This commit is contained in:
antona 2005-08-02 08:54:19 +00:00
parent 06052dafcf
commit fd68e4ed66

8
README
View File

@ -45,9 +45,13 @@ at:
Quick Installation
==================
In most cases it should be sufficient to do:
If you obtained the source code from CVS all the autogenerated files will be
missing. To generate them you will need the autoconf, automake, and libtool
packages installed and you will need to run: ./autogen.sh
If you obtained the source code from the tar ball or from a source package
like the .src.rpm for example, in most cases it should be sufficient to do:
./autogen.sh <-- Only in case you received source from CVS.
./configure
make
make install <-- You usually need to be root for this one.