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