• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1GGIMesa for LibGGI 2.x
2
3Requirements:
4-------------
5LibGGI 2.0 or greater
6
7Installation:
8-------------
9To install GGIMesa, follow the instructions in INSTALL.GNU.  If you
10wish to install GGIGLUT as well, first install GGIMesa and then run
11
12make
13make install (must be root)
14
15in ggi/ggiglut.
16
17Notes:
18------
19
20* Set the environment variables GGIMESA_DEBUG and/or GGIGLUT_DEBUG
21to 255 to see lots of debugging output.
22
23* GGIGLUT contains support for all of the GLUT 3.6 API except for the
24high-level primitive drawing functions, but many of the functions (in
25particular the menu drawing functions) are just stubs.
26
27