Correcting my previous errors ...

This commit is contained in:
evomarc 2001-01-05 07:20:45 +00:00
commit 39521b2b68
2 changed files with 7 additions and 3 deletions

View file

@ -49,11 +49,15 @@ done
./configure "$@"
# we want doc to be recompiled - and it keeps saying it's up to date!!!
touch doc/eo.cfg
echo
echo "Now type 'make' to compile $PROG."
echo "And if you have Doxygen installed, type 'make doc' to generate $PROG documentation."
echo
echo "WARNING: Compiling all test programs can take some time."
echo "But you don't have to: you can simply type 'make src'"
echo "But you don't have to: you can simply type"
echo " 'make lib'"
echo "and then go in your application dir (or in the tutorial dir)"
echo "and there type 'make'"