ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/binary.html
Revision: 1.1.2.1
Committed: Wed Oct 13 15:03:33 1999 UTC (25 years, 7 months ago) by williamc
Content type: text/html
Branch: V0_9branch
Changes since 1.1: +71 -0 lines
Log Message:
first draft

File Contents

# User Rev Content
1 williamc 1.1.2.1 <! Style Sheet Header>
2     <html>
3     <head>
4     <title>binary.html</title>
5     <body bgcolor="beige">
6     <! End Style Sheet Header -----------Insert Text Here --------------------->
7     <center>
8     <H1>Building Binaries</H1>
9     <font color=red>S</font>oftware <font color=red>C</font>onfiguration,
10     <font color=red>R</font>elease <font color=red>A</font>nd
11     <font color=red>M</font>anagement
12     </center>
13     <hr>
14     <h1>Building Operations</h2>
15     <h2>Quick-Start -- for PreDefined Builds</h2>
16     Goto the directory of the binary source files
17     <font +1>
18     <p>
19     cd <em>binary_dir</em>
20     <p>
21     </font>
22     Start the build process
23     <p>
24     <font +1>
25     scram build
26     </font>
27     <p>
28     Setup your environment
29     <font +1>
30     eval `scram runtime -csh`
31     </font>
32     For csh like shells
33     <br>
34     or<br>
35     <font +1>
36     eval `scram runtime -sh`
37     </font>
38     For sh like shells
39     <p>
40     rehash for your shell.
41     <p>
42     <font +1>
43     rehash
44     </font>
45     <p>
46     Just type the executable name to run ...
47     <p>
48     <h2>Alternative Build Options</h2>
49     There are a number of targets available to help you specify exactly what you
50     wish to build. No target (as in the Quick-Start section) performs the default
51     which is defined according to the policy of the given project.
52     <p>
53     <h3>General Invocation</h3>
54     <font +1>
55     scram build <em>target_name</em>
56     </font>
57     <! Sty>e Sheet Footer ---------------Do not change anything after this line-->
58     <hr>
59     <table border=1 width=100%>
60     <td align=left>
61     <a href=mailto:Christopher.Williams@cern.ch
62     >Chris Williams</a>
63     </td>
64     <td align=center>
65     Last Updated Wed Oct 13 16:20:58 1999
66     </td>
67     <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
68     </td>
69     </table>
70     </body> </html>
71     <! End Style Sheet Footer>