blob: 5c8240c317fb67e815d1ab34f6301430cab174bd (
plain) (
tree)
|
|
Boost
=====
Download & build the Boost libraries in a cross-platform way.
A simple usage example to download and build Boost 1.72.0:
$ python3 -m project.boost.download 1.72.0
...
$ python3 -m project.boost.build -- boost_1_72_0/ --with-filesystem --with-program_options
...
|