|
@@ -9,7 +9,8 @@ Usage:
|
|
|
bjam [options] [install|stage]
|
|
bjam [options] [install|stage]
|
|
|
|
|
|
|
|
* install Installs to the configured location(s).
|
|
* install Installs to the configured location(s).
|
|
|
- * stage Stages the build products only to common stage location.
|
|
|
|
|
|
|
+ * stage Stages the build products only to common stage
|
|
|
|
|
+ location.
|
|
|
|
|
|
|
|
Options:
|
|
Options:
|
|
|
--help This message.
|
|
--help This message.
|
|
@@ -49,18 +50,19 @@ Locations:
|
|
|
Default; PREFIX/include
|
|
Default; PREFIX/include
|
|
|
|
|
|
|
|
--builddir=DIR Build in this location instead of building
|
|
--builddir=DIR Build in this location instead of building
|
|
|
- within the distribution tree. Recomended!
|
|
|
|
|
|
|
+ within the distribution tree. Recommended!
|
|
|
|
|
|
|
|
--stagedir=DIR When staging only, stage to the location.
|
|
--stagedir=DIR When staging only, stage to the location.
|
|
|
Default; ./stage
|
|
Default; ./stage
|
|
|
|
|
|
|
|
Features:
|
|
Features:
|
|
|
--with-<library> Build, stage, or install the specified <library>
|
|
--with-<library> Build, stage, or install the specified <library>
|
|
|
- If used, teh default becomes to only build
|
|
|
|
|
|
|
+ If used, the default becomes to only build
|
|
|
indicated libraries.
|
|
indicated libraries.
|
|
|
|
|
|
|
|
--without-<library> Do not build, stage, or install the specified
|
|
--without-<library> Do not build, stage, or install the specified
|
|
|
- <library>. By default all libraries attempt to build.
|
|
|
|
|
|
|
+ <library>. By default all libraries attempt to
|
|
|
|
|
+ build.
|
|
|
|
|
|
|
|
--with-python-root[=PYTHON_ROOT]
|
|
--with-python-root[=PYTHON_ROOT]
|
|
|
Build Boost.Python libraries with the Python
|
|
Build Boost.Python libraries with the Python
|