From bfb61b9fccc827f0c502fc400f6f63cc74f2d79a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 17 May 2021 15:58:42 +0300 Subject: README: update --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3