From 94ce33826502772b0c51eae0a0fda9f2e51ea898 Mon Sep 17 00:00:00 2001 From: fca Date: Fri, 3 Dec 1999 16:37:04 +0000 Subject: [PATCH] Corrections thanks to A.Angelis --- html/installation.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/html/installation.html b/html/installation.html index 25bee26168a..1646c878635 100644 --- a/html/installation.html +++ b/html/installation.html @@ -182,6 +182,9 @@ $ cd $ALICE $ cvsa co -r Release-3-02 -d pro AliRoot +

Where the meaning of cvsa is explained in the +code development section. +

  • install the CERN library part @@ -273,6 +276,8 @@ as explained in the code development section. $ rm bin remove bin, we need a local copy of the aliroot executable + $ mkdir bin + make a local bin directory $ rm CVS remove the link to the CVS directory, we need a local one @@ -299,7 +304,7 @@ as explained in the code development section. $ cd lib/tgt_$ALICE_TARGET set default to the lib directory - $ ln -s $ALICE_ROOT/lib/* ./ + $ ln -s $ALICE_ROOT/lib/tgt_$ALICE_TARGET/* ./ link all libraries here $ rm libTPC.sl (on HP) -- 2.43.0