From: fca Date: Thu, 4 Nov 1999 14:28:25 +0000 (+0000) Subject: Improvements in the looks X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=5023a744c700e6cca0bf23d6ec728ff95e02f2a4;p=u%2Fmrichter%2FAliRoot.git Improvements in the looks --- diff --git a/html/installation.html b/html/installation.html index 56ea970f822..61bb1aa4273 100644 --- a/html/installation.html +++ b/html/installation.html @@ -3,9 +3,11 @@ Installation - + - - - +
ALICE Off-line Project Logo @@ -174,7 +180,12 @@ executable will be ignored and the official version executed. performed. We suppose here that the remote cvs server has been setup correctly as explained in the code development section. -

+

+ + - + +
+

+ Preparation of the environment +

$ mkdir AliRoot create the working directory @@ -220,14 +231,20 @@ as explained in the code development section. $ ln -s $ALICE_ROOT/lib/* ./ link all libraries here
$ rm libTPC.sl + $ rm libTPC.sl (on HP) +
$ rm libTPC.so (on the other systems)
remove link to TPC library, we need a real one
$ changeRoot $HOME/AliRoot - change the AliRoot root to $HOME/AliRoot + change the AliRoot root to $HOME/AliRoot via the changeRoot command
$ rehash make sure that the new PATH is taken into account by the shell +
+

+ Normal development cycle +

$ cd $ALICE_ROOT/TPC (1) set default to TPC directory @@ -255,6 +272,9 @@ as explained in the code development section.
$ aliroot (5) run aliroot +
+

Steps 1-5 are the normal development cycle after the first pass through the