linux下boost安装
1、下载地址:
https://www.boost.org/users/history/
2、加压:
tar -jxf boost_1_68_0.tar.bz2
3、编译:
cd boost_1_68_0 ./bootstrap.sh --with-libraries=all --with-toolset=gcc
--with-liraries:需要编译的库
--with-toolset:编译时使用的编译器
4、安装:
./b2 install --prefix=/usr