docs: Fix a typo in mesa3d.org HTML.
[mesa.git] / docs / README.GGI
1 GGIMesa for LibGGI 2.x
2
3 Requirements:
4 -------------
5 LibGGI 2.0 or greater
6
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
11
12 make
13 make install (must be root)
14
15 in ggi/ggiglut.
16
17 Notes:
18 ------
19
20 * Set the environment variables GGIMESA_DEBUG and/or GGIGLUT_DEBUG
21 to 255 to see lots of debugging output.
22
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.
26