blob: ddb67725f1a306fb6852d58e367ce9614bfda4ef [file] [log] [blame]
Jon Taylore76342e1999-08-23 22:22:31 +00001GGIMesa for LibGGI 2.x
Brian Paulecc88c11999-02-23 03:41:13 +00002
Jon Taylore76342e1999-08-23 22:22:31 +00003Requirements:
4-------------
5LibGGI 2.0 or greater
Brian Paulecc88c11999-02-23 03:41:13 +00006
Jon Taylore76342e1999-08-23 22:22:31 +00007Installation:
8-------------
9To install GGIMesa, follow the instructions in INSTALL.GNU. If you
10wish to install GGIGLUT as well, first install GGIMesa and then run
Brian Paulecc88c11999-02-23 03:41:13 +000011
Jon Taylore76342e1999-08-23 22:22:31 +000012make
13make install (must be root)
Brian Paulecc88c11999-02-23 03:41:13 +000014
Jon Taylore76342e1999-08-23 22:22:31 +000015in ggi/ggiglut.
Brian Paulecc88c11999-02-23 03:41:13 +000016
Jon Taylore76342e1999-08-23 22:22:31 +000017Notes:
18------
Brian Paulecc88c11999-02-23 03:41:13 +000019
Jon Taylore76342e1999-08-23 22:22:31 +000020* Set the environment variables GGIMESA_DEBUG and/or GGIGLUT_DEBUG
21to 255 to see lots of debugging output.
Brian Paulecc88c11999-02-23 03:41:13 +000022
Jon Taylore76342e1999-08-23 22:22:31 +000023* 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.
Brian Paulecc88c11999-02-23 03:41:13 +000026