VS2013 win10下交叉編譯boost 1.60

  • 64位編譯:

  1. 1.從開始菜單啓動Visual Studio 2013的vs2013 coress x64兼容工具命令行,然後轉到boost根文件夾,運行bootstrap.bat生成x64版的bjam.exe。

  2. 2.運行命令

  3. bjam.exe stage --toolset=msvc-12.0 --without-graph --without-graph_parallel --without-math --without-mpi --without-serialization --without-wave --without-test --without-program_options --without-serialization --without-signals --stagedir=".\bin\vc12_x64" link=static runtime-link=shared threading=multi debug release address-model=64


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章