------------------------------------------------------------------------------
INSTALL
--------------------------------------------------------------------------------

Required libraries:
-------------------
GTK+        >1.2?
MESA/OpenGL  ???
GtkGLArea   >1.2.x

Required engines:
-----------------
As the engines are not part of glChess you need to get them separately.
Usually Crafty and GNU Chess should come with every distribution.
Otherwise you can get Crafty from ftp.cis.uab.edu:/pub/crafty

Compilation:
------------
N.B.:
Some graphic drivers of Nvidia are known to cause some problems with glChess.
There is a work around by editing src/types.h.
You need to look for and change this line near the top:

#if 0
to
#if 1

This stops one of the menu entries from being correctly displayed, but
make the game run. There is of course no logical reason for this. The
splashscreen may also be blank :-(

Then simply run...

% make (GNU make is required)

and test it with...

% ./glchess

Installation:
-------------
Of course, you can (optionally) install glChess (as root) with...

# make install
