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

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

我尝试了以下命令:

  1. yum install libboost-devel

输出

  1. Loaded plugins: fastestmirror
  2. Loading mirror speeds from cached hostfile
  3. * base: mirror.ellogroup.com
  4. * extras: mirror.ellogroup.com
  5. * updates: mirror.ellogroup.com
  6. Setting up Install Process
  7. No package libboost-devel available.
  8. Error: Nothing to do

解决方法

您需要安装boost-devel软件包.

包描述:boost-devel.x86_64:Boost C头和共享开发库

  1. yum install boost-devel

猜你在找的Linux相关文章