%general-entities; ]> $LastChangedBy$ $Date$ freeglut-&freeglut-version; Freeglut Introduction to freeglut 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. &lfs71_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &freeglut-md5sum; Download size: &freeglut-size; Estimated disk space required: &freeglut-buildsize; Estimated build time: &freeglut-time; freeglut Dependencies Required User Notes: Installation of freeglut Install freeglut by running the following commands: ./configure --prefix=<$XORG_PREFIX> --disable-static && make This package does not come with a test suite. Now, as the root user: make install && mkdir -p <$XORG_PREFIX>/share/doc/freeglut-&freeglut-version; && cp doc/*.{html,png} <$XORG_PREFIX>/share/doc/freeglut-&freeglut-version; Command Explanations : This option stops it compiling a static version of the library. Contents Installed Libraries Installed Directories libglut.so <$XORG_PREFIX>/share/doc/freeglut-&freeglut-version; Short Descriptions libglut.so contains functions that implement the OpenGL Utility Toolkit. libglut.so