]> git.mxchange.org Git - flightgear.git/blob - README.Unix
Added some additional checks for memory.h, bcopy, and memcopy.
[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 Compilers and Portability
9 =========================
10
11 Flight Gear is known to build with egcs-1.1 and higher, as well as
12 gcc-2.8 and higher.  Your mileage may vary with earlier versions of
13 these compilers although support for gcc-2.7.x is mostly there.
14
15 For other platforms where you may have access to native compilers,
16 again your mileage may vary.  We would like to support as many
17 different compilers and platforms as possible.  Please relay any
18 changes you make (or problems you encounter) back to
19 curt@flightgear.org, so that in the future we can better support your
20 platform and your compiler.  I have access to a few different
21 platforms, but I must depend on others to make sure their favorite
22 platform and compiler is well supported.
23
24
25 GLUT
26 ====
27
28 Flight Gear requires GLUT version 3.7 or later (aka GameGLUT._ GLUT
29 needs to be installed on your system before you can build Flight Gear.
30 GLUT can be found at:
31
32     http://reality.sgi.com/opengl/glut3/glut3.html
33
34 GLUT (pronounced like the glut in gluttony) is the OpenGL Utility
35 Toolkit, a window system independent toolkit for writing OpenGL
36 programs. It implements a simple windowing application programming
37 interface (API) for OpenGL. GLUT makes it considerably easier to learn
38 about and explore OpenGL programming.  GLUT provides a portable API so
39 you can write a single OpenGL program that works on both Win32 PCs and
40 X11 workstations.