This is a implementation of a chess server, it was designed to replace the old chessd. Hopefully the new one is more robust and more effcient. Note that is is still in development and it is unstable, use it at your own risk.
Suggestion, bug reports and contributions are all welcome.
For instructions on how to install see INSTALL
Dependencies:
- g++
- libboost
- libpqxx
- libiksemel
Just run in the project root:
autoreconf --install
./configure-release.sh
For an debug build:
autoreconf --install
./configure-dbug.sh
You can invoke ./configure
directly as well after autoreconf
.