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).
-bjam command-line
+ as -sname=value. Variable
+ names are case-sensitive.
PYTHON_ROOT |
-
- The root directory of your Python installation | - -Windows: c:/tools/python
- Unix: /usr/local |
-
- On Unix, this is the --with-prefix= directory used
- to configure Python |
- |
PYTHON_VERSION |
The The 2-part python Major.Minor version number | -2.2 |
+ 2.4 |
Be sure not to include a third number, e.g. not
"2.2.1", even if that's the version you have. |
PYTHON_ROOT |
+
+ The root directory of your Python installation | + +Windows: 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 |