首页 > 其他 > 详细

编译boost_1_39_0

时间:2016-12-03 12:03:02      阅读:178      评论:0      收藏:0      [点我收藏+]

E:\boost_1_39_0>bjam --toolset=msvc stage variant=debug threading=multi link=static

你可以根据需要选下面的选项:


toolset=toolset Indicates the toolset to build with.


variant=debug|release Select the build variant


link=static|shared Whether to build static or shared libraries


threading=single|multi Whether to build single or multithreaded binaries


runtime-link=static|shared Whether to link to static or shared C and C++ runtime.



生成的文件分别在bin.v2(中间文件,编译完成可以删除整个目录)和stage/lib (702MB)中,


将E:\boost_1_39_0\stage\lib加入VC库路径中可以编译,将E:\boost_1_39_0\加入VC include路径即可。

编译boost_1_39_0

原文:http://www.cnblogs.com/Westnight/p/6128091.html

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