--- yoda/README 2004/07/06 12:20:23 1.1.1.1 +++ yoda/README 2004/07/20 13:04:50 1.2 @@ -23,16 +23,12 @@ 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 +56,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