编译boost库 I

来源:互联网 发布:mac 下html开发工具 编辑:程序博客网 时间:2024/06/04 18:57

1 下载boost_1_61_0

2  install vs2015

3 打开vs的命令行窗口

   cd /d D:\Boost\boost_16_0\

  bootstrap.bat

 .\b2


  then, building is on processing, it takes long long times,  so be patient....


......

msvc.archive bin.v2\libs\wave\build\msvc-14.0\debug\link-static\threading-multi\libboost_wave-vc140-mt-gd-1_61.lib
common.copy stage\lib\libboost_wave-vc140-mt-gd-1_61.lib
bin.v2\libs\wave\build\msvc-14.0\debug\link-static\threading-multi\libboost_wave-vc140-mt-gd-1_61.lib
已复制         1 个文件。
...updated 1092 targets...

The Boost C++ Libraries were successfully built!

The following directory should be added to compiler include paths:

    D:\Boost\boost_1_61_0

The following directory should be added to linker library paths:

    D:\Boost\boost_1_61_0\stage\lib



0 0