【VS开发】【C/C++开发】vs2015编译boost 64位

vs2015编译boost 64位

---恢复内容开始---css

step 1: 打开Developer Command Prompt for VS2015命令行窗口html

step 2: 执行bootstrap.bat,产生bjam.exebootstrap

step 3:post

  所有编译的命令行:bjam --toolset=msvc-14.0 --build-type=complete stage
  部分编译的命令行:bjam --toolset=msvc-14.0 --with-date_time --with-thread
  编译成64位的命令:bjam --toolset=msvc-14.0 address-model=64 --build-type=complete stage 
  查看须要编译库的命令行:bjam --show-librariesui

     bjam --toolset=msvc-14.0 address-model=64 --with-date_time --with-thread  --with-chrono  link=static runtime-link=static --stagedir="./bin/vs15_64" releaseurl

相关文章
相关标签/搜索