如何使用VS2017编译boost

Based on KindDragons answer I compiled Boost 1.63. For 64bit. Starting with Developer Command Prompt for VS 2017 RC

  1. Run: bootstrap.bat

  2. open project-config.jam Here is mine:

import option ;

using msvc : 14.0 : "c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.24728\bin\HostX64\x64\cl.exe";

option.set keep-going : false ;

  1. Run b2 toolset=msvc-14.0 address-model=64

http://stackoverflow.com/questions/41464356/build-boost-with-msvc-14-1-vs2017-rc

posted @ 2017-03-02 17:55  SmartMing  阅读(3935)  评论(0)    收藏  举报