home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / winboard / doc / read_me.win < prev   
Text File  |  1995-12-09  |  2KB  |  43 lines

  1. WinBoard READ_ME file
  2. ---------------------
  3.  
  4. ** See the file INSTALL for instructions    
  5. ** on installing WinBoard on your system.
  6.  
  7. WinBoard is an graphical chessboard for Windows NT that can serve as a
  8. user interface for GNU Chess or for the Internet Chess Server, or can
  9. be used to play out games manually or from game files.  See the
  10. Windows Help file WinBoard.hlp for further details.
  11.  
  12. WinBoard is a port of XBoard to Win32, the 32-bit API of Windows NT
  13. and Windows 95 (Chicago).  The code in WinBoard.c is all new, but the
  14. other source files are based on XBoard.  XBoard was originally written
  15. by Dan Sears and Chris Sears.  The alternative set of piece bitmaps in
  16. bitmaps.xchess are derived from XChess, which was written and
  17. copyrighted by Wayne Christopher.  Tim Mann <mann@src.dec.com> is
  18. responsible for WinBoard and for XBoard versions 2.0 and following.
  19.  
  20. Report bugs in WinBoard, XBoard, or GNU Chess to
  21. <bug-gnu-chess@prep.ai.mit.edu>.  If you improve WinBoard or XBoard,
  22. please send a message about your changes to bug-gnu-chess, and someone
  23. will get in touch with you about merging them in to the main line of
  24. development.
  25.  
  26. CAVEATS
  27.  
  28. WinBoard does *not* run on Windows 3.1.  It works only on Windows NT
  29. and Windows 95 (Chicago).  Porting it to 3.1 would be a sizable task.
  30. The Win32s subset interface is not sufficient to run WinBoard.
  31.  
  32. WinBoard works best with version 4.0 of GNU Chess.  Older versions may
  33. also work, but they are unsupported.  The GNU Chess project requests
  34. that you get a current copy of GNU Chess rather than using older,
  35. bug-ridden versions.  GNU Chess must be compiled with the -DXBOARD
  36. flag for use with XBoard or WinBoard.  Use the "make gnuchessx" target
  37. in GNU Chess 4.0 to do this.
  38.  
  39. The Free Software Foundation would prefer to be able to distribute an
  40. X chessboard program covered only by the GNU General Public License
  41. and unencumbered by any other copyright.  If you can help with this,
  42. please contact the FSF.
  43.