From 2cede68e3ac7ecbed6260473e9cfd5a2ce27f31a Mon Sep 17 00:00:00 2001
From: Dave Abrahams
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 |