boost compile
作者:互联网
1. 生成构建工具
bootstrap
2. 查看有哪些库需要构建
.\b2 --show-libraries
3. build,指定install lib
, include
的路径,把不需要的库剔除
.\b2 install --build-dir=./build --includedir=path/install/inlcude --libdir=path/install/lib --without-python
标签:install,lib,--,compile,build,b2,path,boost 来源: https://www.cnblogs.com/Searchor/p/16225363.html