编译boost_1_39_0
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译boost_1_39_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的主要内容,如果未能解决你的问题,请参考以下文章