Skip to content

arunpersaud/xboard

Folders and files

NameName
Last commit message
Last commit date
Oct 21, 2012
May 7, 2015
Jan 5, 2014
May 16, 2016
Mar 6, 2016
Dec 7, 2013
Jan 15, 2016
Sep 18, 2016
Dec 22, 2013
Jan 31, 2016
Apr 21, 2016
Aug 1, 2016
May 8, 2016
Sep 30, 2014
Oct 29, 2009
May 29, 2009
Mar 6, 2016
Aug 1, 2016
Aug 1, 2016
Dec 5, 2010
Jul 16, 2009
Mar 11, 2016
Aug 1, 2016
Jan 5, 2014
Aug 1, 2016
Sep 8, 2009
May 8, 2016
Mar 6, 2016
Jul 28, 2016
May 8, 2016
Mar 6, 2016
May 10, 2016
Mar 6, 2016
Apr 17, 2016
Mar 6, 2016
Mar 6, 2016
Mar 6, 2016
May 8, 2016
Aug 1, 2016
Mar 6, 2016
Jul 28, 2016
May 8, 2016
May 8, 2016
May 8, 2016
May 8, 2016
Mar 29, 2016
Mar 8, 2016
Mar 6, 2016
Mar 6, 2016
May 12, 2016
Mar 6, 2016
May 28, 2012
May 29, 2009
Mar 6, 2016
Jul 12, 2009
Jan 9, 2013
Mar 6, 2016
Mar 6, 2016
May 9, 2016
May 8, 2016
Jul 12, 2009
Jul 17, 2016
Mar 8, 2016
Mar 6, 2016
Mar 6, 2016
Mar 31, 2016
Mar 6, 2016
May 8, 2016
Mar 6, 2016
Mar 6, 2016
May 2, 2009
Apr 16, 2009
Jul 12, 2009
Mar 6, 2016
May 9, 2016
Apr 17, 2016
Mar 6, 2016
Feb 6, 2013
Jan 6, 2012
Jan 6, 2012
Jan 3, 2012
Mar 29, 2016
Dec 4, 2010
Dec 4, 2011
Oct 1, 2011
May 9, 2016
Sep 20, 2012
Apr 17, 2016
Jan 5, 2014
Mar 6, 2016
Mar 6, 2016
Jan 5, 2014

Repository files navigation

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 Fairy-Max,
Crafty or GNU Chess, for the Internet Chess Server, or for electronic
mail correspondence chess. It supports all major forms of chess, such
as international chess, xiangqi and shogi. XBoard can also be used by
itself as viewer for stored chess games.  See the manual page 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.

	./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
<[email protected]>.  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 [email protected]
    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.