freeglut-2.2.0

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.

Package information

freeglut dependencies

Required

X (XFree86-4.4.0 or X.org-6.8.2)

Installation of freeglut

Install freeglut by running the following commands:

./configure --prefix=/usr &&
make

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libglut.{so,a}
Installed Directories: None

Short Descriptions

libglut.{so,a}

contains functions that implement the OpenGL Utility Toolkit.

Last updated on 2005-02-24 02:06:04 -0700