Directory Configuration
This directory contains three subdirectories:
- cpu
- host
- Contain cpu-specific or hostos-specific build parameters such as compiler flags.
- wonka
- Contains a number of steerfiles which can be used to drive the build
process. The file Configuration/wonka/default is read in
by the Jamrules: if the jam command line includes
-sWONKA_CONFIG=foo then file Configuration/wonka/foo
will be included immediately afterwards.
Of particular interest is Configuration/wonka/dist,
which is used to install wonka in /usr/local/bin:
- as non-root, run jam -sWONKA_CONFIG=dist wonka.
- now become root and run jam -sWONKA_CONFIG=dist install.