Build Prerequisites

Could you, please, correct the “Fedora 18, 19 and 20; Scientific Linux 5, 6; CentOS 6, 7” optional prerequisites.
Currently, there is:

mesa-libGL-devel: for /usr/include/GL/gl.h and for /usr/lib/libGL.so
glew-devel: for /usr/include/GL/glew.h and for /usr/lib/libGLEW.so

but it should be:

mesa-libGL-devel: for /usr/include/GL/gl.h and for /usr/lib[64]/libGL.so
mesa-libGLU-devel: for /usr/include/GL/glu.h and for /usr/lib[64]/libGLU.so
glew-devel (may need enabling of the EPEL additional software repository): for /usr/include/GL/glew.h and for /usr/lib[64]/libGLEW.so

and later:

sudo yum install … mesa-libGL-devel mesa-libGLU-devel glew-devel …

Done. Thanks

Great. Maybe you could add there a www link to the EPEL site.

Yes sure. Done …