Contents
<$XORG_PREFIX>
/share/doc/freeglut-2.6.0
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.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://downloads.sourceforge.net/freeglut/freeglut-2.6.0.tar.gz
Download MD5 sum: 39f0f2de89f399529d2b981188082218
Download size: 1.1 MB
Estimated disk space required: 14 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=<$XORG_PREFIX>
&&
make
This package does not come with a test suite.
Now, as the root
user:
make install && install -v -D -m644 doc/freeglut_user_interface.html \ /usr/share/doc/freeglut-2.6.0/freeglut_user_interface.html
<$XORG_PREFIX>
/share/doc/freeglut-2.6.0
Last updated on 2011-12-12 00:31:25 +0000