6

What CentOS 6 package name do I need to install boost header files:

yum install boost doesn't seem to work. Is there a special compiler directive I need to use to point to the include files? Or is there another package to install?

unixman83
  • 1,972

2 Answers2

9

Figured it out:

yum install boost-devel

unixman83
  • 1,972
6

A good method of checking if the header files are available in a package (CentOS or RHEL): yum search $PROGNAME | grep dev.

Tim
  • 3,087
  • 19
  • 15