Linux下安装 boost 库

 

1. 先去官网下载压缩包:

https://www.boost.org/

 

2. 解压

tar -zvxf boost_1_70_0.tar.gz

 

2. cd 进入根目录,然后执行:

./bootstrap.sh

 

3. 安装(时间会很长):

./b2 install

 

posted @ 2019-06-20 00:32  MyCPlusPlus  阅读(2686)  评论(0)    收藏  举报