--- yoda/README 2005/02/08 08:11:36 2.4 +++ yoda/README 2006/02/07 17:10:40 6.0 @@ -1,4 +1,4 @@ -Install procedure 2.x - Nagni 07 February 2005 +Install procedure 2.x - Nagni 15 February 2005 To install YODA: @@ -22,15 +22,19 @@ 3) create a directory (say YOUR_YODA) and copy the source into it -4) execute the following commands +4) execute the following commands (please customize the ./configure line according to your system) $ cd $YODA_ROOT $ autoheader $ libtoolize (eventually "libtoolize --force") +$ export CFLAGS="-g -O4" +$ export FFLAGS="-g -O0 -keepC" +$ export CXXFLAGS="-g -O4" $ aclocal $ automake -a $ autoconf -$ export CXXFLAGS="-g" +$ ./configure --prefix=/path/where/you/want/to/install --with-log4cxx=/opt/log4cxx --enable-gprof=no +$ make that a look at the configure options $ ./configure --help @@ -43,6 +47,17 @@ $ make install +if everthing has been correct typing + +$ yoda + +the program should reply something like below + +You have forgotten the file name. +Try '--help' for more information. + + + ------>NOTE 1<------ On the source code is supplied also a tipical configuratin file for the Log4cxx tool. @@ -55,5 +70,4 @@ cannot be read by older ROOT versions. ------>NOTE 3<------ -If you are doing an upgrading is highly recomended to execute a -$ make distclean +If you are doing an upgrading is highly recomended to uninstall your previous version.