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.
Download (HTTP): http://prdownloads.sourceforge.net/freeglut/freeglut-2.2.0.tar.gz
Download (FTP): ftp://ftp.freestandards.org/pub/lsb/app-battery/packages/freeglut-2.2.0.tar.gz
Download MD5 sum: 9439b8745f443131c2dad00bc93dc0ef
Download size: 379 KB
Estimated disk space required: 6.0 MB
Estimated build time: 0.13 SBU
X (XFree86-4.4.0 or X.org-6.8.2)
Install freeglut by running the following commands:
./configure --prefix=/usr &&
make
Now, as the root user:
make install
Last updated on 2005-02-24 02:06:04 -0700