linux编译boost
配置
./bootstrap.sh --prefix=/usr/lib/boost
参数说明:
--prefix=/usr/lib/boost
安装路径
编译
./b2 install --with=all
参数说明:
--with=all
编译所有静态和动态库
link=shared
编译动态库
link=static
编译静态库
其它参数使用./b2 -help
查看
本博客所有文章除特别声明外,均采用CC BY-NC-SA 4.0 许可协议。转载请注明来自 张拓的博客!