50 |
|
Set the Environment Variable <b>SCRAM_HOME</b> to point to the top the top of |
51 |
|
the file structure you have just checked out. You should add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.) |
52 |
|
<li><input type="checkbox"> |
53 |
+ |
Set the Environment Variable <b>PERL5LIB</b> to point to SCRAM_HOME/src |
54 |
+ |
You should also add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.) |
55 |
+ |
<br> |
56 |
+ |
e.g. <br> |
57 |
+ |
csh<br> |
58 |
+ |
setenv PERL5LIB ${SCRAM_HOME}:${PERL5LIB} |
59 |
+ |
<p> |
60 |
+ |
<li><input type="checkbox"> |
61 |
|
Ensure that scram can be executed by creating a link from a directory in your |
62 |
|
<b>PATH</b> to point to <b>$SCRAM_HOME/src/scram</b>. |
63 |
|
<li><input type="checkbox"> |