首页 > Windows开发 > 详细

VS2013 win10下交叉编译boost 1.60

时间:2016-05-31 10:41:33      阅读:420      评论:0      收藏:0      [点我收藏+]
  • 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

原文:http://evely.blog.51cto.com/1089422/1784682

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!