aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/boost/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'project/boost/README.md')
-rw-r--r--project/boost/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/project/boost/README.md b/project/boost/README.md
deleted file mode 100644
index 5c8240c..0000000
--- a/project/boost/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-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
- ...