diff options
Diffstat (limited to 'boost/build/README.md')
-rw-r--r-- | boost/build/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/boost/build/README.md b/boost/build/README.md deleted file mode 100644 index c1f903e..0000000 --- a/boost/build/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Boost -===== - -Download & build the Boost libraries in a cross-platform way. -Consult the output of `build.py --help` for details. - -A simple usage example to download and build Boost 1.71.0: - - $ python3 build.py download 1.71.0 - ... - - $ python3 build.py build -- boost_1_71_0/ --with-filesystem --with-program_options - ... |