From 1c91b96f8740daad93991d50c086fbaf1f08770d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 9 Jan 2020 02:27:57 +0300 Subject: better usage messages & READMEs --- boost/build/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 boost/build/README.md (limited to 'boost/build/README.md') diff --git a/boost/build/README.md b/boost/build/README.md new file mode 100644 index 0000000..c1f903e --- /dev/null +++ b/boost/build/README.md @@ -0,0 +1,13 @@ +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 + ... -- cgit v1.2.3