X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=inline;f=README;h=1a41249f9e252ebfe5cce2468c7fbe1b8054f359;hb=9b153ba22d4a4552f5c77b6471ba651b71bd59cd;hp=58565ebf7421ceb202894bbef1216d0271451743;hpb=fe4da5cc22f890b04843f1aebec0f1bf4f9c3fc9;p=u%2Fmrichter%2FAliRoot.git diff --git a/README b/README index 58565ebf742..1a41249f9e2 100644 --- a/README +++ b/README @@ -1,10 +1,9 @@ AliRoot ------- -########################### Pre-release version ############################### -########################### Use at your onw risk ############################## +########################### Release version 3.01 ############################## -Last update Tue Apr 27 07:56 1988 - Federico Carminati +Last update Tue Jun 15 08:10:40 1999 - Federico Carminati This is the Version 3.01 of the ALICE simulation and reconstruction software. This code will be released after the May ALICE Offline @@ -37,13 +36,27 @@ PATH = $PATH\:$ALICE_ROOT/bin At this point you should logout, login again and check that the symbols are set correctly -- Get the file /afs/cern.ch/alice/offline/AliOffline3.01.tar.gz +EITHER +====== + +- Get the file /afs/cern.ch/alice/offline/dist/AliOffline3.01.tar.gz - Unpack it with $ cd $ALICE $ gtar xvfz AliOffline3.01.tar.gz +OR +== + +- Get the files + + /afs/cern.ch/alice/offline/dist/AliRoot3.01.tar.gz (AliRoot code) + /afs/cern.ch/alice/offline/dist/AliLibs3.01.tar.gz (minicern code) + +THEN PROCEED WITH +================= + - install the CERN library part $ cd $ALICE_ROOT @@ -63,6 +76,34 @@ $ aliroot root [1] .x menu.C +Notice for Linux users +====================== + +AliRoot requires the compiler system egcs 1.1.1 or later. Unfortunately the +location of the include files is dependent on the compiler version on Linux. +While g++ knows the location of the files relative to its own version, but +this is not the case for the makedepend, that should be told where include +files are. This is accomplished by the DEPINC variable in the file +$ALIROOT/conf. + +In case several error message appear during the make phase, complaining for +include files not found, the list of include directories in DEPINC should +be compared with the standard list of the compiler, that can be found out +with the following commands: + +touch dummy.cxx +g++ -v dummy.cxx + +and looking at the output between the lines: + +#include <...> search starts here: +. +. +. +. +End of search list. + + List of changes =============== @@ -116,3 +157,8 @@ Fri Apr 9 08:06:21 CEST 1999 ================================================= ------------------------------------------------------------------------------- Restructuration of TGeant3. Common addresses are now returned by access functions and they are all private. + +Fri Apr 20 08:06:21 CEST 1999 ================================================= + +------------------------------------------------------------------------------- +Introduction of the cvs repository. Now all changes are maintained via cvs. \ No newline at end of file