ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/Installation/README
Revision: 1.1
Committed: Mon Mar 29 15:50:43 1999 UTC (26 years, 1 month ago) by williamc
Branch: MAIN
CVS Tags: V0_19_0, V0_18_5, V0_18_4, V_18_3_TEST, VO_18_3, GITEST_V1, V0_18_2, BuildSystemProto1, V0_18_1, V0_18_0, V0_18_0model, V0_17_1, V0_18_0alpha, V0_17_0, V0_16_4, V0_16_3, V0_16_2, V0_16_1, V0_16_0, V0_15_1, V0_15_0, ProtoEnd, V0_15_0beta, V0_14_0, V0_12_12_4, V0_12_12_3, V0_13_3, V0_13_2, V0_12_12_2, V0_12_12_1, V0_12_12_0, PlayGround_0, V0_13_1, V0_13_0, V0_12_12, V0_12_11, V0_12_9b, V0_12_10, V0_12_9, V0_12_8, V0_12_7, V0_12_6, V0_12_5, V0_12_4, V0_12_3, V0_12_2, V0_12_1, V0_12_0, V0_11_4, V0_11_3, V0_11_2, V0_11_1, V0_11_0, V0_10_19, V0_10_18, V0_10_17, V0_10_16, V0_10_15, V0_10_14, V0_10_13, V0_10_12, V0_10_11, V0_10_10, V0_10_9, V0_10_8, V0_10_7, V0_10_6, V0_10_5, V0_10_4, V0_10_3, V0_10_2, V0_10_1, V0_10_0, V0_10_0beta, V0_9_42, V0_9_41, V0_9_40, V0_9_39, V0_9_38, V0_9_37, V0_9_36, V0_9_35, V0_9_34, V0_9_33, V0_9_32, V0_9_31, V0_9_30, V0_9_29, V0_9_28, V0_9_27, V0_9_26, V0_9_25, V0_9_24, V0_9_23, V0_9_22, V0_9_21, V0_9_20, V0_9_19, V0_9_18, V0_9_17, V0_9_16, V0_9_15, V0_9_14, V0_9_13, V0_9_12, V0_9_11, V0_9_10, V0_9_9, V0_9_8, V0_9_7, V0_9_6, V0_9_5, V0_9_4, V0_9_3, V0_9_2, V0_9_1, V0_9, V0_8, V0_7, V0_6, V0_5, V0_4
Branch point for: V0_17branch, V0_16branch, V0_15branch, HPWbranch, V0_9branch
Log Message:
First installation scripts

File Contents

# Content
1 Welcome to SCRAM
2 ----------------
3 Developed at CERN by Chris Williams
4
5 Installation
6 ------------
7 You need :
8 - Perl5 (v.5.004 minimum)
9 This must be accessible as /usr/local/bin/perl5
10 - gmake (the gnu version of make)
11 - cvs (version 1.9. or greater)
12
13 Assuming that to be reading this you have checked out a copy of SCRAM from
14 the SCRAM repository. You can then continue with
15
16 1) cd Installation (this directory)
17 2) ./install_scram
18 3) Put the newly created 'scram' file in your path
19 e.g. alias, soft link or edit your PATH variable
20 (N.B. Make sure you put the correct scram in your path -
21 NOT the one in the src directory (WRONG)
22 the one two levels up from here (RIGHT)
23 )
24
25 Thats it - enjoy.