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?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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

link|improve this answer
feedback

Figured it out:

yum install boost-devel

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.