--- yoda/README 2005/05/28 10:43:27 4.4 +++ yoda/README 2006/02/04 12:37:42 5.1 @@ -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 @@ -66,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.