freeglut is intended to be a 100% compatible, completely opensourced clone of the GLUT library. GLUT is a window system independent toolkit for writing OpenGL programs, implementing a simple windowing API, which makes learning about and exploring OpenGL programming very easy.
If you built the GLUT library during an installation of MesaLib-6.5.2, you do not need to install this package.
Download (HTTP): http://downloads.sourceforge.net/freeglut/freeglut-2.4.0.tar.gz
Download MD5 sum: 6d16873bd876fbf4980a927cfbc496a1
Download size: 459 KB
Estimated disk space required: 7.6 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/freeglut
Install freeglut by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install && install -v -d -m755 /usr/share/doc/freeglut-2.4.0 && install -v -m644 doc/freeglut_user_interface.html \ /usr/share/doc/freeglut-2.4.0
Last updated on 2007-08-11 09:51:20 -0500