Listify download links
[sloppygui.git] / README.md
blob8b45c3bb7d962598dec1521264f8e0b2b6ddb463
1 Cute Chess
2 ==========
4 Cute Chess is a graphical user interface, command-line interface and a library
5 for playing chess. Cute Chess is written in C++ using the [Qt
6 framework](http://qt.nokia.com/).
8 Installing
9 ----------
11 Binaries are available for `cutechess-cli`. The latest version is 0.5.1.
13 * [cutechess-cli GNU/Linux 32-bit](http://github.com/downloads/cutechess/cutechess/cutechess-cli-linux32.tar.gz)
14 * [cutechess-cli GNU/Linux 64-bit](http://github.com/downloads/cutechess/cutechess/cutechess-cli-linux64.tar.gz)
15 * [cutechess-cli OS X 64-bit](http://github.com/downloads/cutechess/cutechess/cutechess-cli-osx.zip)
16 * [cutechess-cli Win32](http://github.com/downloads/cutechess/cutechess/cutechess-cli-win32.zip)
18 The GUI doesn't have a binary release at this time.
20 Compiling
21 ---------
23 Cute Chess requires Qt 4.6 or greater and `qmake`.
25 In the simplest case you only have to issue:
27     $ qmake
28     $ make
30 If you are using the Visual C++ compiler replace `make` with `nmake`. To build
31 on OS X add `-spec macx-g++` to the `qmake` command.
33 Documentation is available as Unix manual pages in the `docs/` directory.
35 API documentation can be built by issuing `make doc-api` (requires Doxygen).
37 Credits
38 -------
40 Cute Chess was written by Ilari Pihlajisto and Arto Jonsson.