Boost still uses its very own crazy build system called b2
. Since nobody else uses it, they include a script to build b2
before you build Boost itself: ./bootstrap.sh
.
If you run this from another directory it does build b2
elsewhere, but somehow you still get some binary files in
tools/build/src/engine/bootstrap/
Is there any way to get a completely clean build of Boost?