worked on premove bug
[xboard.git] / README
diff --git a/README b/README
index 41c83fb..f2246e9 100644 (file)
--- a/README
+++ b/README
@@ -1,72 +1,73 @@
-What is XBoard?\r
-===============\r
-XBoard is a graphical chessboard for the X Window System.  It can\r
-serve as a user interface for chess engines such as GNU Chess, for the\r
-Internet Chess Server, or for electronic mail correspondence chess.\r
-XBoard can also be used by itself.  See the manual page xboard.txt for\r
-further details.\r
-\r
-XBoard is free software, copyrighted by the Free Software Foundation\r
-and released under the GNU General Public License (GPL).  See the file\r
-COPYING for details.\r
-\r
-You can build xboard on most systems with the following commands.\r
-\r
-       ./configure\r
-       make\r
-\r
-See the file INSTALL for more detailed instructions.\r
-\r
-See the file FAQ.html for answers to frequently asked questions.\r
-\r
-\r
-What is WinBoard?\r
-=================\r
-WinBoard is a port of XBoard to run natively on Windows.  It is part\r
-of the XBoard project and is released under the same terms as XBoard.\r
-\r
-You can build WinBoard using the free Cygwin toolchain from\r
-www.cygnus.com with the following commands.\r
-\r
-       cd winboard\r
-       make -f makefile.gcc\r
-\r
-You can build WinBoard using Microsoft Visual C with the following\r
-commands, or by opening the project in Visual Studio and clicking the\r
-build button.\r
-\r
-       cd winboard\r
-       nmake -f makefile.ms\r
-\r
-\r
-Reporting problems\r
-==================\r
-\r
-Report bugs and problems with XBoard and WinBoard to\r
-<bug-xboard@gnu.org>.  With XBoard, please use the "script" program\r
-to start a typescript, run XBoard with the -debug command line option,\r
-and include the typescript output in your message.  With WinBoard,\r
-please use the /debug command line option and include the contents of\r
-the file WinBoard.debug.  Also tell us what kind of machine and what\r
-operating system version you are using.  On Unix, the command "uname\r
--a" will tell you this.  On Windows, right-click on My Computer and\r
-select Properties.\r
-\r
-Here is a sample of approximately what you should type (on Unix):\r
-\r
-    script\r
-    uname -a\r
-    ./configure\r
-    make\r
-    ./xboard -debug\r
-    exit\r
-    mail bug-xboard@gnu.org\r
-    Subject: Your short description of the problem\r
-    Your detailed description of the problem\r
-    ~r typescript\r
-    .\r
-\r
-If you improve XBoard, please send a message about your changes, and\r
-we will get in touch with you about merging them in to the main line\r
-of development.\r
-\r
+What is XBoard?
+===============
+XBoard is a graphical chessboard for the X Window System.  It can
+serve as a user interface for chess engines such as GNU Chess, for the
+Internet Chess Server, or for electronic mail correspondence chess.
+XBoard can also be used by itself.  See the manual page xboard.txt for
+further details.
+
+XBoard is free software, copyrighted by the Free Software Foundation
+and released under the GNU General Public License (GPL).  See the file
+COPYING for details.
+
+You can build xboard on most systems with the following commands.
+
+       ./autogen.sh
+       ./configure
+       make
+
+See the file INSTALL for more detailed instructions.
+
+See the file FAQ.html for answers to frequently asked questions.
+
+
+What is WinBoard?
+=================
+WinBoard is a port of XBoard to run natively on Windows.  It is part
+of the XBoard project and is released under the same terms as XBoard.
+
+You can build WinBoard using the free Cygwin toolchain from
+www.cygnus.com with the following commands.
+
+       cd winboard
+       make -f makefile.gcc
+
+You can build WinBoard using Microsoft Visual C with the following
+commands, or by opening the project in Visual Studio and clicking the
+build button.
+
+       cd winboard
+       nmake -f makefile.ms
+
+
+Reporting problems
+==================
+
+Report bugs and problems with XBoard and WinBoard to
+<bug-xboard@gnu.org>.  With XBoard, please use the "script" program
+to start a typescript, run XBoard with the -debug command line option,
+and include the typescript output in your message.  With WinBoard,
+please use the /debug command line option and include the contents of
+the file WinBoard.debug.  Also tell us what kind of machine and what
+operating system version you are using.  On Unix, the command "uname
+-a" will tell you this.  On Windows, right-click on My Computer and
+select Properties.
+
+Here is a sample of approximately what you should type (on Unix):
+
+    script
+    uname -a
+    ./configure
+    make
+    ./xboard -debug
+    exit
+    mail bug-xboard@gnu.org
+    Subject: Your short description of the problem
+    Your detailed description of the problem
+    ~r typescript
+    .
+
+If you improve XBoard, please send a message about your changes, and
+we will get in touch with you about merging them in to the main line
+of development.
+