Here are source files for a X11 go files editor

The program has been tested under X11R5 on a sun4 (sparc) and under X11R4 
on a sun3 (68020)

DISTRIBUTION :
--------------

You should find the following files :

 + CHANGE.Goban
 + Goban.c
 + Goban.doc
 + Goban.h
 + GobanP.h
 + Imakefile
 + README
 + action.c
 + blackstone.bm
 + dialog.c
 + display.c
 + event.c
 + game.c
 + go.c
 + go.h
 + graystone.bm
 + icon.bm
 + mailgo.6
 + misc.c
 + play.c
 + sg.c
 + stonemask.bm
 + whitestone.bm
 + xgoban.6
 + xgoban.ad
 + xgoban.c
 + xgoban.doc
 + xgoban.h
 + xgoban.man
 + xmailgo*

BUILDING XGOBAN :
-----------------

Just type :

>  xmkmf
>  make depend
>  make
 
If you want to install it with other X11 binary files, just do :

> make install
> make install.man

To run it :

> xgoban

xgoban.ad is an example of configuration file. You can change it and add
it into your .Xdefaults file.
 
GOBAN WIDGET :
--------------

You can use the Goban widget for itself. Files related to it are : 

  +  Goban.c
  +  Goban.doc
  +  Goban.h
  +  GobanP.h
  +  blackstone.bm
  +  graystone.bm
  +  stonemask.bm
  +  whitestone.bm

For more description of the Goban widget see Goban.doc, and for xgoban
see the manual pages (or xgoban.doc).

WARNING :
---------
If you get warning at compile time about types that don't match prototype
description, you should ignore them. The program will (probably) work ...
(this can appear mainly with XtAppAddInput; see below)

You may have trouble to use wally or gnugo with xgoban. You need to add
`fflush (stdout);' after the printf statements in gnugo and wally source
files (line 144 in genmove.c for gnugo and line 1683 in wally.c for wally).
You also can get an updated version (with fflush statement inside) for wally
on anonymous ftp from milton.u.washington.edu (128.95.136.1).

If it still doesn't work, maybe your OS doesn't support XtAppAddInput
with pipe, or has trouble with streams : I can't do anything for
you, but if you have a solution I will patch xgoban to use it.

MAILGO :
--------

I included the mailgo script from Adrian Mariano in the distribution.
It is renamed into xmailgo and the only difference is the default program that
xmailgo try to run : xgoban of course. (you can use mailgo and set your 
environment variable MAILGO to xgoban to do the same job).
It is a suggestion of Adrian Mariano.

THANKS :
--------

I thank Adrian Mariano for the usefull remarks he made.

BUGS :
------

Bug descriptions, use reports, comments or suggestions are welcome.
Send them to :  
			dumesnil@etca.fr
