如何在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
解决方法
您需要安装boost-devel软件包.
包描述:boost-devel.x86_64:Boost C头和共享开发库
yum install boost-devel