如何在 CentOS 6.3 上安装 libboost-devel?
我尝试过以下命令:
yum install libboost-devel
输出:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.ellogroup.com
* extras: mirror.ellogroup.com
* updates: mirror.ellogroup.com
Setting up Install Process
No package libboost-devel available.
Error: Nothing to do
答案1
您将需要安装该boost-devel
软件包。
包装描述:boost-devel.x86_64 :Boost C++ 头文件和共享开发库
yum install boost-devel