Style fix, drop the explicit -ldrm from the link line.
[mesa-demos.git] / docs / README.GGI
blobddb67725f1a306fb6852d58e367ce9614bfda4ef
1 GGIMesa for LibGGI 2.x
3 Requirements:
4 -------------
5 LibGGI 2.0 or greater
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
12 make
13 make install (must be root)
15 in ggi/ggiglut.
17 Notes:
18 ------
20 * Set the environment variables GGIMESA_DEBUG and/or GGIGLUT_DEBUG 
21 to 255 to see lots of debugging output.
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.