diff --git a/doc/building.html b/doc/building.html index 56aca62e..bc6dc01b 100644 --- a/doc/building.html +++ b/doc/building.html @@ -77,7 +77,7 @@ library, but if multiple Boost.Python extension modules are used together, it will prevent sharing of types across extension modules, and consume extra code space. To build boost_python, use Boost.Build in the usual way + href="../../../tools/build/v1/build_system.htm">Boost.Build in the usual way from the libs/python/build subdirectory of your boost installation (if you have already built boost from the top level this may have no effect, since the work is already done).

@@ -249,7 +249,7 @@
 bjam -sTOOLS=toolset test
+"../../../more/getting_started.html#Tools">toolset test
 
This will update all of the Boost.Python v1 test and example targets. The @@ -259,7 +259,7 @@ bjam -sTOOLS=
 bjam -sTOOLS=toolset -sPYTHON_TEST_ARGS=-v test
+"../../../more/getting_started.html#Tools">toolset -sPYTHON_TEST_ARGS=-v test
 
which will print each test's Python code with the expected output as it @@ -286,11 +286,11 @@ edit the line which reads
-boost-build ../../../tools/build ;
+boost-build ../../../tools/build/v1 ;
 
-so that the path refers to the tools/build subdirectory +so that the path refers to the tools/build/v1 subdirectory of your Boost installation. @@ -311,10 +311,10 @@ so that the path refers to the root directory of your Boost installation.

Build Variants

Three variant + "../../../tools/build/v1/build_system.htm#variants">variant configurations of all python-related targets are supported, and can be selected by setting the BUILD + "../../../tools/build/v1/build_system.htm#user_globals">BUILD variable: