下载
前往Boost官网下载
解压
解压到指定目录(路径可以随意选择,最好不要包含中文和空格,e.g,E:\ThirdPart\boost_1_68_0)
编译
1.运行引导程序
使用VS命令行工具在Boost的解压目录执行bootstrap.bat,生成包b2.exe和bjam.exe;
2.编译
.\b2 install --toolset=msvc-14.0 --prefix="vc14" link=static runtime-link=shared threading=multi debug release
3.参数说明
1.install/stage:
install:将头文件以及库文件拷贝到prefix指定的路径;
stage&#