编译安装boost库

一、下载 网址:http://www.boost.org/ 选择要安装的版本 二、编译 进入boost_目录中 cd boost_1_66_0 ./bootstrap.sh --with-libraries=all --with-toolset=gcc –with-liraries:需要编译的库 –with-toolset:编译时使用的编译器 三、安装 ./b2 install
相关文章
相关标签/搜索