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
|
Rev | Line | |
---|
[1775] | 1 | Readme for NeHe's OpenGL Tutorial Lesson01 Linux/GLX port |
---|
| 2 | ========================================================== |
---|
| 3 | |
---|
| 4 | Compilation: |
---|
| 5 | |
---|
| 6 | make |
---|
| 7 | |
---|
| 8 | Running: |
---|
| 9 | |
---|
| 10 | ./lesson01 |
---|
| 11 | |
---|
| 12 | Requirements: |
---|
| 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 | |
---|
| 18 | Known bugs/issues: |
---|
| 19 | |
---|
| 20 | - does not stop drawing even if iconified (though it is not visible) |
---|
| 21 | - does not explicitly select color depth |
---|
| 22 | |
---|
| 23 | Contact: |
---|
| 24 | |
---|
| 25 | If you have any problems, comments, or have useful hints, |
---|
| 26 | email to Mihael.Vrbanec@stud.uni-karlsruhe.de |
---|
| 27 | |
---|
| 28 | Credits: |
---|
| 29 | Jeff Molofee (nehe@connect.ab.ca) for writing the tutorials. |
---|
| 30 | Mihael Vrbanec for the port to Linux/GLX and ANSI C |
---|
Note: See
TracBrowser
for help on using the repository browser.