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/build.py | |
parent | common.cmake: refactoring (diff) | |
download | cmake-common-0e35c671fecaad258bb8720867653389da642039.tar.gz cmake-common-0e35c671fecaad258bb8720867653389da642039.zip |
README & --help message updates
Diffstat (limited to 'project/boost/build.py')
-rw-r--r-- | project/boost/build.py | 7 |
1 files changed, 5 insertions, 2 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: |