diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 00:24:37 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 00:24:37 +0200 |
commit | 0e35c671fecaad258bb8720867653389da642039 (patch) | |
tree | dcf6031fb606bc60503fc6202ae93514ccbbf21f /project/boost | |
parent | common.cmake: refactoring (diff) | |
download | cmake-common-0e35c671fecaad258bb8720867653389da642039.tar.gz cmake-common-0e35c671fecaad258bb8720867653389da642039.zip |
README & --help message updates
Diffstat (limited to 'project/boost')
-rw-r--r-- | project/boost/build.py | 7 | ||||
-rw-r--r-- | project/boost/download.py | 3 |
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: |