aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/boost
diff options
context:
space:
mode:
Diffstat (limited to 'project/boost')
-rw-r--r--project/boost/build.py7
-rw-r--r--project/boost/download.py3
2 files changed, 7 insertions, 3 deletions
diff --git a/project/boost/build.py b/project/boost/build.py
index bd4fd6b..a29fb29 100644
--- a/project/boost/build.py
+++ b/project/boost/build.py
@@ -5,8 +5,11 @@
R'''Build Boost.
-This script builds the Boost libraries. Its main utility is setting the
-correct --stagedir parameter value to avoid name clashes.
+The main utility of this script is setting the correct --stagedir parameter
+value to avoid name clashes.
+
+It also facilitates building with different toolsets/for different platforms
+with the help from the --toolset and --platform parameters.
Usage example:
diff --git a/project/boost/download.py b/project/boost/download.py
index b5bf684..a3bcf61 100644
--- a/project/boost/download.py
+++ b/project/boost/download.py
@@ -6,7 +6,8 @@
R'''Download & bootstrap Boost.
This script downloads and unpacks a Boost distribution archive. Its main
-utility is that it's supposed to be cross-platform.
+utility is that it's cross-platform & supports different Boost versions out of
+the box.
Usage examples: