]> git.mxchange.org Git - flightgear.git/blob - README.Unix
Moved files from Simulator/Scenery/ to Simulator/Object/
[flightgear.git] / README.Unix
1 *** not much here yet ***
2
3 If you are reading this in hopes that you will find the answer to a
4 specific question, please send the question to curt@me.umn.edu and
5 suggest that I include the answer here.
6
7
8 GLUT
9 ====
10
11 Flight Gear requires GLUT.  GLUT needs to be installed on your system
12 before you can build Flight Gear.  GLUT can be found at:
13
14     http://reality.sgi.com/opengl/glut3/glut3.html
15
16 GLUT (pronounced like the glut in gluttony) is the OpenGL Utility
17 Toolkit, a window system independent toolkit for writing OpenGL
18 programs. It implements a simple windowing application programming
19 interface (API) for OpenGL. GLUT makes it considerably easier to learn
20 about and explore OpenGL programming.  GLUT provides a portable API so
21 you can write a single OpenGL program that works on both Win32 PCs and
22 X11 workstations.