17

How to install libboost-devel on CentOS 6.3?

I have tried the following command:

yum install libboost-devel

Output:

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
I'll-Be-Back
  • 693
  • 3
  • 9
  • 24

1 Answers1

22

You'll want to install the boost-devel package.

Package description: boost-devel.x86_64 : The Boost C++ headers and shared development libraries

yum install boost-devel
ewwhite
  • 194,921
  • 91
  • 434
  • 799