added the Action-menu items that allow the user to adjudicate ongoing games in Two...
[xboard.git] / installer / WinBoard-4.2.7 / gnuchess.README
1 The gnuchess.exe and gnuchesr.exe included here are compiled from
2 unmodified GNU Chess 4.0.80 sources, available on the Internet as
3 http://tim-mann.org//gnuchess/gnuchess-4.0.pl80.tar.gz. To recompile,
4 get the source and unpack it using GNU gzip and GNU tar, then
5 recompile with Microsoft Visual C++ by typing the command "nmake /f
6 Makefile.nt" to an MSDOS Prompt box on Windows 95 or Windows NT.  If
7 you have a different compiler, you are on your own; sorry.
8 Afterwards, rename gnuchesx.exe to gnuchess.exe.
9
10 The gnuches5.exe included here is compiled from unmodified GNU Chess 5.07
11 sources, available as ftp://ftp.gnu.org/gnu/chess/gnuchess-5.07.tar.gz.  
12 To recompile, get the free Cygwin tools from www.cygwin.org and use
13 them to unpack the source (gzip and tar) and compile.