Gnomoku 0.2
===========
Gnomoku is a Gomoku game for GTK+/X11. It uses the GTK-- C++ wrapper
for accessing GTK+ itself.

Libraries required to compile and run Gnomoku:
	  GTK-- 1.1.8
	  GTK+ 1.2
	  GNOME 1.0
	  XLib 6
	  GNU LibC 2.0 / libpthread

Gnomoku is maintained by RDI Gerg. Send comments, bug fixed, etc. to
cactus@cactus.rulez.org.

Compiling Gnomoku
-----------------
Untar the source distribution:
 $ tar xzf gnomoku-0.2.tar.gz
Configure and compile the program:
 $ ./configure
 $ make
If you would like to install it on your system, you can
 # make install
This will install Gnomoku to the location specified by the --prefix
flag of `configure'.

Known bugs
----------
If you play against the computer and the table gets full, the program
doesn't notice it.
