]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - html/installation.html
New Macro for Taku/Efficiency, updates
[u/mrichter/AliRoot.git] / html / installation.html
index bfc3110e1b9906df8ae9005e9eb5d37925336b17..0ba35e927a571eb14e854877fac96d25c5e691ff 100644 (file)
@@ -4,7 +4,7 @@
 <HEAD>
 <TITLE>Installation</TITLE>
 
-<link rev="made" href="mailto:Federico.Carminati@cern.ch">
+<link rev="made" href="mailto:webmaster@alisoft.cern.ch">
 <link rel="stylesheet" href="http://www.w3.org/StyleSheets/Core/Swiss" type="text/css">
 <STYLE type="text/css">
 
@@ -55,8 +55,8 @@ compilers). It also runs on Compaq OSF1 and SunOS. We welcome feedback from
 the installation on other systems and we will be happy to consider 
 modifications and corrections necessary to make the installation possible.
 
-<p> The disk space required for a full installation of AliRoot is 220MB for
-the system itself and 60MB for the ROOT system.
+<p> The disk space required for a full installation of AliRoot is 360MB for
+the system itself and 120MB for the ROOT system.
 
 <h3>gmake</h3>
 
@@ -150,11 +150,11 @@ are set correctly.
     cvs. Cvsup may be available soon as an alternative.
     
 <ul> 
-<p><li> <em>From a tar file</em>. This is the preferred way. Tar files
+<p><li> <em>From a tar file</em>. Tar files
     for the different releases including an up-to-date file remade
-    every night are available on the ftp server
-    <a href="ftp://alisoft.cern.ch/pub/offline">
-    ftp://alisoft.cern.ch/pub/offline</a>. The tar files include the
+    every night are available on the 
+    <a href="http://AliSoft.cern.ch/offline/download/offline/">
+    Web server</a>. The tar files include the
     "CVS" subdirectories for the anonymous cvs user (login "cvs"). So after
     getting the full tar file, it is possible to incrementally update
     the code using cvs.
@@ -176,7 +176,6 @@ are set correctly.
 <p><pre>
 $ cd $ALICE
 $ setenv CVSROOT :pserver:cvs@alisoft.cern.ch:/soft/cvsroot
-$ cvs login  # (passwd "cvs")
 $ cvs co -r Release-3-XX -d pro AliRoot
 </pre>
 
@@ -186,6 +185,7 @@ $ cvs co -r Release-3-XX -d pro AliRoot
     the automatic creation a new subdirectories, the commands are:
 <p><pre>
 $ cd $ALICE/pro
+$ setenv CVSROOT :pserver:cvs@alisoft.cern.ch:/soft/cvsroot
 $ cvs update -d
 </pre>
 
@@ -248,8 +248,8 @@ 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="../development.html">code development</a> section.
+performed. The remote cvs server use and setup is explained in the <a
+href="../development.html">code development</a> section.  
 
 <p><table id="wide" cellspacing=10%>
  <tr align=center>