State that you only need to run autogen.sh when building from SVN, again.
This commit is contained in:
parent
1d41706a48
commit
2e2485b04e
1 changed files with 4 additions and 2 deletions
6
INSTALL
6
INSTALL
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue