码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-01-09 19:52:29      阅读:293      评论:0      收藏:0      [点我收藏+]

标签:msvc   debug   兼容   static   cpp   add   mod   生成   --   

64位编译:

 从开始菜单启动Visual Studio 2013的vs2013 x64兼容工具命令行,然后转到boost根文件夹,运行bootstrap.bat生成x64版的b2.exe(我的是1.62版本的,是b2.exe,低版本的是bjam.exe)。
 然后,运行如下命令:

b2.exe stage --build-type=minimal --toolset=msvc-12.0 link=static runtime-link=shared threading=multi debug release address-model=64  

 

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

标签:msvc   debug   兼容   static   cpp   add   mod   生成   --   

原文地址:http://www.cnblogs.com/xingzhensun/p/6266077.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!