From 63abb1e7123bed413fe18bec47a7cea98f031a83 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 17 Mar 2008 23:34:06 +0000 Subject: [PATCH] added another link to BBv2 manual --- docs/building.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/building.rst b/docs/building.rst index 782a3a15a..c5ffd1d23 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -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 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/doc/html/bbv2/reference.html#bbv2.advanced.builtins.features To build all possible variants of libtorrent (good for testing when making sure all build variants will actually compile), you can invoke this command::