Jon Taylor | e76342e | 1999-08-23 22:22:31 +0000 | [diff] [blame] | 1 | GGIMesa for LibGGI 2.x |
Brian Paul | ecc88c1 | 1999-02-23 03:41:13 +0000 | [diff] [blame] | 2 | |
Jon Taylor | e76342e | 1999-08-23 22:22:31 +0000 | [diff] [blame] | 3 | Requirements: |
| 4 | ------------- |
| 5 | LibGGI 2.0 or greater |
Brian Paul | ecc88c1 | 1999-02-23 03:41:13 +0000 | [diff] [blame] | 6 | |
Jon Taylor | e76342e | 1999-08-23 22:22:31 +0000 | [diff] [blame] | 7 | Installation: |
| 8 | ------------- |
| 9 | To install GGIMesa, follow the instructions in INSTALL.GNU. If you |
| 10 | wish to install GGIGLUT as well, first install GGIMesa and then run |
Brian Paul | ecc88c1 | 1999-02-23 03:41:13 +0000 | [diff] [blame] | 11 | |
Jon Taylor | e76342e | 1999-08-23 22:22:31 +0000 | [diff] [blame] | 12 | make |
| 13 | make install (must be root) |
Brian Paul | ecc88c1 | 1999-02-23 03:41:13 +0000 | [diff] [blame] | 14 | |
Jon Taylor | e76342e | 1999-08-23 22:22:31 +0000 | [diff] [blame] | 15 | in ggi/ggiglut. |
Brian Paul | ecc88c1 | 1999-02-23 03:41:13 +0000 | [diff] [blame] | 16 | |
Jon Taylor | e76342e | 1999-08-23 22:22:31 +0000 | [diff] [blame] | 17 | Notes: |
| 18 | ------ |
Brian Paul | ecc88c1 | 1999-02-23 03:41:13 +0000 | [diff] [blame] | 19 | |
Jon Taylor | e76342e | 1999-08-23 22:22:31 +0000 | [diff] [blame] | 20 | * Set the environment variables GGIMESA_DEBUG and/or GGIGLUT_DEBUG |
| 21 | to 255 to see lots of debugging output. |
Brian Paul | ecc88c1 | 1999-02-23 03:41:13 +0000 | [diff] [blame] | 22 | |
Jon Taylor | e76342e | 1999-08-23 22:22:31 +0000 | [diff] [blame] | 23 | * GGIGLUT contains support for all of the GLUT 3.6 API except for the |
| 24 | high-level primitive drawing functions, but many of the functions (in |
| 25 | particular the menu drawing functions) are just stubs. |
Brian Paul | ecc88c1 | 1999-02-23 03:41:13 +0000 | [diff] [blame] | 26 | |