Added checks for doxygen and STL.

README.alpha updated for latest changes.
This commit is contained in:
Sanel Zukan
2007-03-19 10:32:09 +00:00
parent be29467f10
commit 359b79be0d
4 changed files with 32 additions and 5 deletions

View File

@ -33,16 +33,16 @@ Compiling
At the moment, certain modules in EDE do not compile! In order to build and install
EDE do the following:
1. (old method, soon will be removed)
autoconf
1. run ./prepare
2. (old method, soon will be removed)
./configure [OPTIONS] (we suggest using --enable-debug)
cd edelib2; make; cd ..
Then go into directories of individual modules and compile them. Type
cd $MODULE; make; make install; cd ..
2. (new method, default)
autoconf
3. (new method, default)
./configure [OPTIONS] (we suggest using --enable-debug)
jam