Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/README @ 1775

Last change on this file since 1775 was 1775, checked in by bensch, 21 years ago

orxonox/branches/bensch: added some test files.

File size: 715 bytes
Line 
1Readme for NeHe's OpenGL Tutorial Lesson01 Linux/GLX port
2==========================================================
3
4Compilation:
5
6make
7
8Running:
9
10./lesson01
11
12Requirements:
13
14- OpenGL headers and libraries
15- Xserver with GLX and XF86VidMode extensions (I used version 4.0.1)
16- gcc (any other ANSI C compiler should do it too; I used gcc 2.95.2)
17
18Known bugs/issues:
19
20- does not stop drawing even if iconified (though it is not visible)
21- does not explicitly select color depth
22
23Contact:
24
25If you have any problems, comments, or have useful hints,
26email to Mihael.Vrbanec@stud.uni-karlsruhe.de
27
28Credits:
29Jeff Molofee (nehe@connect.ab.ca) for writing the tutorials.
30Mihael Vrbanec for the port to Linux/GLX and ANSI C
Note: See TracBrowser for help on using the repository browser.