added another link to BBv2 manual

This commit is contained in:
Arvid Norberg 2008-03-17 23:34:06 +00:00
parent 48127a8f6b
commit 63abb1e712
1 changed files with 3 additions and 1 deletions

View File

@ -292,9 +292,11 @@ When building the example client on windows, you need to build with
``link=static`` otherwise you may get unresolved external symbols for some ``link=static`` otherwise you may get unresolved external symbols for some
boost.program-options symbols. boost.program-options symbols.
For more information, see the `Boost build v2 documentation`__. For more information, see the `Boost build v2 documentation`__, or more
specifically `the section on builtin features`__.
__ http://www.boost.org/tools/build/v2/index.html __ http://www.boost.org/tools/build/v2/index.html
__ http://www.boost.org/doc/html/bbv2/reference.html#bbv2.advanced.builtins.features
To build all possible variants of libtorrent (good for testing when making To build all possible variants of libtorrent (good for testing when making
sure all build variants will actually compile), you can invoke this command:: sure all build variants will actually compile), you can invoke this command::