--- yoda/README 2004/07/06 12:20:23 1.1 +++ yoda/README 2004/09/21 20:49:36 2.0 @@ -1,4 +1,4 @@ -Install procedure 1.1 - Nagni 11 May 2004 +Install procedure 2.0 - Nagni 20 September 2004 To install YODA: @@ -7,7 +7,6 @@ #-----YODA's Environment----------------------- # this variable define where YODA will write the managed files export YODA_DATA= YourPathToStoreUnpackedFiles -export YODA_LOGS= YourPathToLogs #-----YODA's Environment----------------------- #-----Cern's ROOT Environment----------------------- @@ -17,22 +16,18 @@ #-----Cern's ROOT Environment----------------------- 2) check that you have installed - ---->log4cpp (logger for c++ programs) + ---->log4cxx (jakarta logger for c++ programs) ---->g77 (GNU FORTRAN Compiler) ---->LIBTOOL (compiler utility) 3) create a directory (say YOUR_YODA) and copy the source into it -4) from LIBTOOL directory copy into YOUR_YODA the following files - - config.guess - config.sub - ltmain.sh - -5) execute the following commands +4) execute the following commands $ cd $YODA_ROOT +$ libtoolize (eventually "libtoolize --force") $ aclocal +$ autoheader $ automake -a $ autoconf $ export CXXFLAGS="-g" @@ -60,7 +55,7 @@ just making a softlink to techmodel/.libs/techmodelreader in /usr/bin directory (root privileges are needed!) - ln -s techmodel/.libs/techmodelreader /usr/bin/yoda + ln -s techmodel/.libs/techmodelreader /usr/local/bin/yoda