To install the OpenGL::Shader module, please follow these instructions:
- Install the OpenGL module first - you need at least version 0.55
See the Perl OpenGL (POGL) Developer's Site:
http://graphcomp.com/opengl
- Run 'perl Makefile.PL'
- Run 'make' ('nmake' on Windows).
- Run 'make test' ('nmake test' on Windows).
Note: to run this test, you must have GLUT installed, and be able to create
a GL context (window).
- If all is well, run 'sudo make install' ('nmake install' on Windows)
to install OpenGL::Shader on your system.