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

编译boost_1_39_0

时间:2016-12-03 12:05:51      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:文件   ant   eth   路径   tool   msvc   runtime   c++   build   

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

标签:文件   ant   eth   路径   tool   msvc   runtime   c++   build   

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

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