linux – 如何在CentOS 6.3上安装libboost-devel

前端之家收集整理的这篇文章主要介绍了linux – 如何在CentOS 6.3上安装libboost-devel前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何在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

猜你在找的Linux相关文章