1 |
sashby |
1.12 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2 |
|
|
% SCRAM manual %
|
3 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
4 |
sashby |
1.14 |
% Revision : $Id: SCRAM.tex,v 1.13 2002/08/22 16:33:54 sashby Exp $
|
5 |
sashby |
1.12 |
% : %
|
6 |
|
|
% : %
|
7 |
|
|
% : %
|
8 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
9 |
|
|
\documentclass[12pt,dvips,twoside]{report}
|
10 |
|
|
\usepackage{a4p}
|
11 |
|
|
\usepackage{html}
|
12 |
|
|
\usepackage{makeidx}
|
13 |
|
|
|
14 |
|
|
%% Begin the document:
|
15 |
|
|
\begin{document}
|
16 |
|
|
\pagestyle{plain}
|
17 |
|
|
\oddsidemargin=-0.25cm
|
18 |
|
|
\topmargin=-1.5cm
|
19 |
|
|
\setlength{\textwidth}{16.5cm}
|
20 |
|
|
\setlength{\textheight}{24.0cm}
|
21 |
|
|
\headheight 0.0cm
|
22 |
|
|
\footskip 35pt
|
23 |
|
|
\parskip 2ex plus 2pt minus 1pt
|
24 |
|
|
|
25 |
|
|
%% Include definitions:
|
26 |
|
|
\include{defs}
|
27 |
|
|
|
28 |
|
|
% Heading for title page:
|
29 |
|
|
\begin{titlepage}
|
30 |
sashby |
1.13 |
\vspace{5cm}
|
31 |
sashby |
1.12 |
\begin{center}
|
32 |
|
|
{\Large\bf SCRAM User Manual } \\ \vspace{1cm}
|
33 |
|
|
\end{center}
|
34 |
|
|
|
35 |
|
|
%% Author and contact info:
|
36 |
sashby |
1.13 |
\vspace{5cm}
|
37 |
sashby |
1.12 |
\begin{center}
|
38 |
|
|
\begin{indentlist}{2.5cm}{3.0cm}
|
39 |
|
|
\indentitem{Documentation author:}\authorname
|
40 |
|
|
\indentitem{Contributors:}
|
41 |
|
|
\end{indentlist}
|
42 |
|
|
\end{center}
|
43 |
|
|
\vspace{3cm}
|
44 |
|
|
|
45 |
|
|
%% A brief synopsis:
|
46 |
sashby |
1.13 |
\noindent \scram (\bf{S}oftware \bf{C}onfiguration
|
47 |
|
|
\bf{R}elease \bf{A}nd \bf{M}anagement) is a tool
|
48 |
sashby |
1.12 |
originally conceived for the software development environment of a
|
49 |
sashby |
1.13 |
high-energy physics experiment at CERN. It provides a set of
|
50 |
sashby |
1.12 |
commands allowing users to develop and test code in different physical
|
51 |
|
|
locations while ensuring that a common configuration is available, but
|
52 |
sashby |
1.13 |
also allowing developers the flexibility to easily choose different
|
53 |
|
|
tools as they wish (compilers, external packages \etc).
|
54 |
sashby |
1.12 |
|
55 |
|
|
|
56 |
sashby |
1.13 |
\noindent Further information can be obtained from the \url{\scram home page}
|
57 |
|
|
{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
|
58 |
|
|
which can be found at
|
59 |
|
|
|
60 |
|
|
\texttt{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
|
61 |
sashby |
1.12 |
|
62 |
sashby |
1.13 |
\bigskip\bigskip
|
63 |
|
|
\bigskip\bigskip
|
64 |
sashby |
1.12 |
|
65 |
sashby |
1.13 |
\begin{center}
|
66 |
sashby |
1.12 |
\textbf{Please report bugs to \email{\scramdevelopers}}
|
67 |
sashby |
1.13 |
\end{center}
|
68 |
sashby |
1.12 |
|
69 |
|
|
\end{titlepage}
|
70 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
71 |
|
|
|
72 |
|
|
|
73 |
|
|
%
|
74 |
|
|
%% Start the sections:
|
75 |
|
|
%
|
76 |
|
|
% Introduction and History
|
77 |
|
|
%
|
78 |
|
|
% An overview for the impatient user
|
79 |
|
|
% Setting up a project for the first time
|
80 |
|
|
% Creating a developer area
|
81 |
|
|
% Changing tools or adding/configuring new tools
|
82 |
|
|
%
|
83 |
|
|
%
|
84 |
|
|
% Other items which will eventually go somewhere:
|
85 |
|
|
%
|
86 |
|
|
% Using debug libraries
|
87 |
|
|
%
|
88 |
|
|
|
89 |
sashby |
1.14 |
\include{introduction}
|
90 |
|
|
\include{scram-install}
|
91 |
sashby |
1.13 |
%\include{scram-cm}
|
92 |
|
|
\include{scram-help}
|
93 |
sashby |
1.12 |
|
94 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
95 |
|
|
|
96 |
|
|
|
97 |
|
|
\end{document}
|