编译Boost

解压源码,运行bootstrap.bat

新增加b2.exe

打开VS2015命令行

b2 toolset=msvc-14.0 link=static variant=debug,release threading=multi runtime-link=shared --without-python --without-mpi --without-wave --without-graph --without-math --without-serialization stage

原文地址:https://www.cnblogs.com/coolbear/p/7405470.html