VS2013 win10下交叉编译boost 1.60

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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


以上是关于VS2013 win10下交叉编译boost 1.60的主要内容,如果未能解决你的问题,请参考以下文章

win10+VS2015+boost_1.60.0

怎样在VS2013中安装配置boost

编译VS2013环境下的boost库的命令行语句

使用VS2015 编译 64位的boost库

VS2013编译64位boost

编译 boost 库(win7+boost1.60+vs2008)