aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-17 15:58:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-17 16:03:36 +0300
commitbfb61b9fccc827f0c502fc400f6f63cc74f2d79a (patch)
tree8ff1eb3f8de20875b70a677c56e4a64bc12be634
parentbump cmake-common (diff)
downloadbuild-boost-bfb61b9fccc827f0c502fc400f6f63cc74f2d79a.tar.gz
build-boost-bfb61b9fccc827f0c502fc400f6f63cc74f2d79a.zip
README: updatev1.1
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index daf22bd..f022619 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@ API
| version | **required** | | Boost version to build, e.g. `1.71.0`.
| libraries | **required** | | Space-separated list of libraries to build, e.g. `filesystem program_options system`.
| toolset | auto | ✓ | Use GCC on Linux and MSVC on Windows.
-| | msvc | | Use MSVC.
+| | msvc | | Use MSVC. Supports different versions \[1\].
+| | vs | | Visual Studio; same as "msvc". Supports different versions \[2\].
| | gcc | | Use GCC.
| | mingw | | Use MinGW-w64.
| | clang | | Use Clang.
@@ -56,6 +57,10 @@ API
| directory | *empty* | ✓ | Build in `${{ runner.workspace }}/boost`.
| | *any* | | Build in a custom directory.
+1. Toolset "msvc" can have an optional version suffix: msvc140, msvc141,
+msvc142.
+2. Toolset "vs" can have an optional version suffix: vs2015, vs2017, vs2019.
+
| Output | Example | CMake input | Description
| ---------- | -------------------------------------- | ---------------- | -----------
| root | D:\a\project\boost | BOOST_ROOT | Root Boost directory.