]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - html/installation.html
add rehash to instructions
[u/mrichter/AliRoot.git] / html / installation.html
index dd377c3139ff0039a452c9b8f7b2ed0ddef5c85e..56ea970f82205d088cd891016d9409ff037442ee 100644 (file)
@@ -3,6 +3,7 @@
 <HTML>
 <HEAD>
 <TITLE>Installation</TITLE>
+<!-- Changed by: ,  1-Nov-1999 -->
 <link rev="made" href="mailto:Federico.Carminati@cern.ch">
 <STYLE>
 BODY   {       
@@ -30,7 +31,16 @@ COL, COLGROUP, TABLE, TBODY, TD, TR  {
 </TR>
 </TABLE>
 
-<h2>Installation</h2>
+<H2><A NAME="#Content">Content</A></H2>
+<UL>
+<LI><A HREF="#Installation">Installation</A>
+<LI><A HREF="#Code">Code development and user environment</A>
+</UL>
+
+<HR>
+
+<h2><A HREF="#Content" NAME="Installation">Installation</A></h2>
+
 
 <ol> 
 <p><li> Install <a href="http://root.cern.ch">ROOT</a> and define the
@@ -82,10 +92,8 @@ should be brought on the target machine. Three files are offered:
 </table>
 
 <p> <i>MM.mm-pp</i> is the number of the latest <i>M</i>ajor and
-<i>m</i>inor version and the <i>p</i>atch number. Please refer to the
-README file found in this directory for further information on file
-content. The file(s) have to be unpacked into the $ALICE directory via the
-command:
+<i>m</i>inor version and the <i>p</i>atch number. The file(s) have to be
+unpacked into the $ALICE directory via the command:
 
 <p><pre>$ gtar xvfz Ali[...].tar.gz</pre>
 
@@ -122,6 +130,15 @@ $ gmake
 
 <p><li>Copy the file $ALICE_ROOT/.rootrc to your home directory
 
+<p><li>For users with c-like shells, update your search path:
+
+<p>
+<pre>
+$ rehash
+</pre>
+
+<p>This usually has to be done only once, after having defined the new PATH.
+
 <p><li>Change to your home directory and run the code
 
 <p>
@@ -135,7 +152,7 @@ root [1] .x menu.C
 </pre>
 </ol>
 
-<h2>Code development and user environment</h2>
+<h2><A HREF="#Content" NAME="Code">Code development and user environment</A></h2>
 
 <p>If the ALICE environment is set up correctly, the
 <var>$ALICE_ROOT/lib/tgt_$ALICE_TARGET</var> directory is in the shared
@@ -155,7 +172,7 @@ executable will be ignored and the official version executed.
 <p>Therefore in order to develop one or more packages locally
 (let's say the TPC) and make modifications, the following steps should be
 performed. We suppose here that the remote cvs server has been setup correctly
-as explained in the <a href="management.html">code management</a> section.
+as explained in the <a href="../development.html">code development</a> section.
 
 <p><table>
  <tr align=left>