Chapter II.2. Building

KW uses the Boost.Build v2 build system. The Boost C++ headers are also needed. You should first obtain both at http://www.boost.org/. Once this is done, you need to configure Boost.Build. A sample site-config.jam configuration file is located in the project's root directory under the name site-config-sample.jam . Please refer to the comments inside the sample file for help on configuring the required librairies.

There is a small bug in the current implementation of the doxygen bindings in Boost.Build. If you need to use doxygen and run into an error involving 'path.join', try replacing the file boost-build/tools/doxygen.jam of your Boost.Build installation by the one provided in the KW root directory.