gfer 发表于 2016-6-1 17:12:08

VS2013 win10下交叉编译boost 1.60

    64位编译:

    1.从开始菜单启动Visual Studio 2013的vs2013 coress x64兼容工具命令行,然后转到boost根文件夹,运行bootstrap.bat生成x64版的bjam.exe。

    2.运行命令

    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
页: [1]
查看完整版本: VS2013 win10下交叉编译boost 1.60