如何使用VS2017编译boost

如题所述

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

Run: bootstrap.bat

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 ;

Run b2 toolset=msvc-14.0 address-model=64
温馨提示:答案为网友推荐,仅供参考
相似回答