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

Required libraries:
-------------------
GTK+		>= 1.2.8	http://www.gtk.org
Mesa		>= 3.2		http://www.mesa3d.org
GtkGLArea	>= 1.2.2	http://www.student.oulu.fi/~jlof/gtkglarea/

These versions are known to work (at least for me :-)
Please report if you know about earlier version working.

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

Compilation:
------------
Then simply run...

% ./autogen.sh
% ./configure
% make

and may want to install it by

% make install