From 2cede68e3ac7ecbed6260473e9cfd5a2ce27f31a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 14 Oct 2005 16:44:24 +0000 Subject: [PATCH] merged from trunk [SVN r31326] --- doc/building.html | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/doc/building.html b/doc/building.html index 2e6fd742..f066c2f1 100644 --- a/doc/building.html +++ b/doc/building.html @@ -82,9 +82,12 @@ boost installation (if you have already built boost from the top level this may have no effect, since the work is already done).

-

Basic Configuration

- You may need to configure the following variables to point Boost.Build at - your Python installation: +

Basic Configuration

You may + need to configure the following variables to point Boost.Build at + your Python installation. Variables can be either set in the + environment or passed on the bjam command-line + as -sname=value. Variable + names are case-sensitive. @@ -98,28 +101,29 @@ - - - - - - - - - - + + + + + + + + + +
PYTHON_ROOTThe root directory of your Python installationWindows: c:/tools/python - Unix: /usr/localOn Unix, this is the --with-prefix= directory used - to configure Python
PYTHON_VERSION The The 2-part python Major.Minor version number2.22.4 Be sure not to include a third number, e.g. not "2.2.1", even if that's the version you have.
PYTHON_ROOTThe root directory of your Python installationWindows: c:/Python(10*Version), e.g. c:/Python24 +
+ Unix: /usr/local
On Unix, this should be the --prefix= directory used + to configure Python when it was built and installed.
PYTHON_INCLUDES