我喜欢使用(新)Visual Studio 2015(Enterprise)构建boost 1.58.0.在过去,我按以下方式进行:
C:\thirdparty\vs2013\x64\boost_1_58_0)VS2013 x64 Native Tools Command Prompt)cd C:\thirdparty\vs2013\x64\boost_1_58_0).\bootstrap.bat.\b2 -j8 --toolset=msvc-14.0 address-model=64 --build-type=complete stage但在VS2015中没有VS2015命令提示符.
还vcvarsall.bat缺少我有时用来设置VS2013命令提示符.
如何使用VS2015编译boost的源代码?