vc14+
2026-02-18
Written by: tdtc
Current Version(xyz): 1.90.0
| 名称 | VS版本 | Minimum version |
|---|---|---|
| msvc-14.0 | VS2015 | 1.59.0 |
| msvc-14.2 | VS2019 | 1.71.0 |
| msvc-14.3 | VS2022 | 1.78.0 |
x86 Native Tools Command Prompt for VS xxxx
as of Boost 1.47.0, the official name of the executable was changed to b2.
cd C:\boost_x_y_z
bootstrap.bat
.png)
b2 stage --toolset=msvc-14.3 --without-graph --without-graph_parallel --without-math --without-mpi --without-python --without-serialization --without-wave --stagedir="C:\boost\bin\vc143" link=static runtime-link=shared runtime-link=static threading=multi debug release
b2 stage --toolset=msvc-14.2
...
--stagedir="C:\boost\bin\vc142"
...
Copy the ‘C:\boost_x_y_z\boost’ folder to ‘C:’ disk
Project->Properties->Configuration Properties
VC++ Directories->General
.png)
.png)
Linker->General
.png)
vs2017/vs2019
