State that you only need to run autogen.sh when building from SVN, again.

This commit is contained in:
Gunter Labes 2008-08-20 17:57:15 +00:00
parent 1d41706a48
commit 2e2485b04e

View file

@ -271,8 +271,10 @@ Set CMAKE_BUILD_TYPE to "debug"
5. Autotools build
You will need autoconf (>= 2.60) and automake (>= 1.9). Run './autogen.sh' to
generate the configure files. Then
The .tar.bz2 file is distributed with a working set of configure files. They
are not in the SVN repository. Consequently, if you are building from
SVN, you will need autoconf (>= 2.60) and automake (>= 1.9). Run './autogen.sh'
then to generate the configure files.
$ ./configure
$ make