On CentOS how do I get boost header files installed?
A good method of checking if the header files are available in a package (CentOS or RHEL):
yum search $PROGNAME | grep dev
.
Figured it out:
yum install boost-devel
A good method of checking if the header files are available in a package (CentOS or RHEL):
yum search $PROGNAME | grep dev
.
Figured it out:
yum install boost-devel