编译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的主要内容,如果未能解决你的问题,请参考以下文章

Linux下boost库的编译安装详解

boost_1_63_0在Win10上VS2015编译

windows编译boost

Linux编译和安装boost库

Boost 1_65_1 不能用 OpenSSL 1.1.0g “未定义的参考”编译,但用“nm”找到

boost 1.56.0 编译及使用