如何在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
发布于 2012-11-06 13:32:21
您将需要安装boost-devel
包。
包描述: boost-devel.x86_64 : Boost C++头和共享开发库
yum install boost-devel
https://serverfault.com/questions/445904
复制相似问题