ubuntu安装boost库

Posted chendl111

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu安装boost库相关的知识,希望对你有一定的参考价值。

1.官网下载boost库(www.boost.org)
2.解压并进入文件夹
3.使用命令./bootstrap.sh,可以通过加上--prefix help
4.使用命令./b2 install
etc.如果运行发现缺少文件,ex.缺少threadpool文件,那么就去threadpool官网下载并安装

参考:在ubuntu上安装boost库

以上是关于ubuntu安装boost库的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu 22.04源码编译安装boost库

ubuntu 22.04源码编译安装boost库

在ubuntu上交叉编译Boost 1.57.0 for arm

如何在 Ubuntu 14.04 上的 QT creator 中使用 Boost 库

Boost 安装在我的 Ubuntu 上的啥位置?

Linux(Ubuntu/Debian/CentOS/RedHat)下交叉编译boost库