boost::VS2017下编译和配置boost库


环境: win10  vs2017  v141

1、下载  boost_1_70_0.zip.

2、以管理员方式打开

3、 bootstrap.bat

4、编译64位库

b2.exe stage --toolset=msvc-14.1 address-model=64 --stagedir="D:\Appinstall\boost_1_70_0\VC14.1\x64" threading=multi --build-type=complete --build-dir="D:\Appinstall\boost_1_70_0\build"

5、编译32位库

b2.exe stage --toolset=msvc-14.1 address-model=32 --stagedir="D:\Appinstall\boost_1_70_0\VC14.1\x32" threading=multi --build-type=complete --build-dir="D:\Appinstall\boost_1_70_0\build"

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM