CI:
This project started as a clone of Boost.Build, to experiment with a new Python frontend. Meanwhile it has evolved into a new build system, which retains most of the features found in Boost.Build, but with (hopefully !) much simplified logic, in addition of course to using Python as scripting language, rather than Jam.
python setup.py install
(See the Getting Started: Building Faber for a detailed discussion of the build process, as well as parameters to customize it.)
Working examples are in examples/
Documentation can be found in the doc/
directory (published frequently in https://stefanseefeld.github.io/faber).
Happy hacking !
--Stefan