Boost.Build V2 (Milestone 11) Boost.Jam 03.1.14 Project-specific help: Project has jamfile at Jamfile.v2 Usage: bjam [options] [install|stage] Builds and installs Boost. Targets and Related Options: install Install headers and compiled library files to the ======= configured locations (below). --prefix= Install architecture independent files here. Default; C:\Boost on Win32 Default; /usr/local on Unix. Linux, etc. --exec-prefix= Install architecture dependent files here. Default; --libdir= Install library files here. Default; /lib --includedir= Install header files here. Default; /include stage Build and install only compiled library files ===== to the stage directory. --stagedir= Install library files here Default; ./stage Other Options: --builddir=DIR Build in this location instead of building within the distribution tree. Recommended! --toolset=toolset Indicates the toolset to build with. --show-libraries Displays the list of Boost libraries that require build and installation steps, then exit. --layout= Determines whether to choose library names and header locations such that multiple versions of Boost or multiple compilers can be used on the same system. versioned (default) - Names of boost binaries include the Boost version number and the name and version of the compiler. Boost headers are installed in a subdirectory of whose name contains the Boost version number. system - Binaries names do not include the Boost version number or the name and version number of the compiler. Boost headers are installed directly into . This option is intended for system integrators who are building distribution packages. --buildid=ID Adds the specified ID to the name of built libraries. The default is to not add anything. --help This message. --with- Build and install the specified If this option is used, only libraries specified using this option will be built. --without- Do not build, stage, or install the specified . By default, all libraries are built. General command line usage: bjam [options] [properties] [targets] Options, properties and targets can be specified in any order. Important Options: * --clean Remove target instead of building * -a Rebuild everything * -n Don't execute the command, only print them * -d+2 Show commands as they are executed * -d0 Supress all informational messages * -q Stop at first error * --debug-configuration Diagnose configuration * --debug-building Report which targets are built with what properties * --debug-generator Diagnose generator search/execution Further Help: The following options can be used to obtain additional documentation. * --help-options Print more obscure command line options. * --help-internal Boost.Build implementation details. * --help-doc-options Implementation details doc formatting. ...found 1 target...