Acme-MITHALDU-BleedingOpenGL
view release on metacpan or search on metacpan
perl Makefile.PL INSTALL_BASE=BASEPATH
where BASEPATH is the path of the directory where you wish
the module to be installed (e.g. binary executables in BASEPATH/bin,
manual pages in BASEPATH/man, library files in BASEPATH/lib/perl5).
Then either set the PERL5LIB environment variable before you run
scripts that use the modules/libraries (see perlrun) or in your
programs say:
use lib 'BASEPATH/lib/perl5';
3. Run 'make' ('nmake' on Windows, 'dmake' on MinGW) to build OpenGL.
4. Run 'make test' ('nmake test' on Windows, 'dmake test' on MinGW) to
test your installation. You must have GLUT installed in order to run
this test. You should see a spinning cube with textured surfaces.
Press 'q' to quit/complete the test (the test window must have focus).
( run in 0.267 second using v1.01-cache-2.11-cpan-87723dcf8b7 )