Added "generating the build system" to the autotools part of the manual.

This commit is contained in:
Michael Wojciechowski 2005-11-12 19:36:18 +00:00
parent d4f85cb8e2
commit 197af12dbf
1 changed files with 16 additions and 0 deletions

View File

@ -339,6 +339,22 @@ invariant checks), you have to rerun the configure script and rebuild, like this
make clean
make
generating the build system
~~~~~~~~~~~~~~~~~~~~~~~~~~~
No build system is present if libtorrent is checked out from CVS - it
needs to be generated first.
Execute the following commands to generate the build system:
* autoheader
* aclocal -I m4
* libtoolize --copy --force
* automake --add-missing --copy --gnu
* autoconf
After generating the build system, run configure and build
libtorrent. This was described earlier.
building with other build systems
---------------------------------