在ubuntu上编译boost,boost的安装目录设置如下 $ ./bootstrap.sh --prefix=path/to/installation/prefix
$ ./b2 install
本文介绍如何在Ubuntu系统中编译并安装Boost库。通过指定安装路径,使用bootstrap.sh和b2命令完成整个安装流程。
在ubuntu上编译boost,boost的安装目录设置如下 $ ./bootstrap.sh --prefix=path/to/installation/prefix
$ ./b2 install
1622
1684
754