fbergo / eboard

eboard FICS client
GNU General Public License v2.0
26 stars 6 forks source link

eboard README

eboard is a chess board interface for ICS (Internet Chess Servers) and chess engines.

for quick compilation / installation instructions, see the INSTALL file.

Currently it supports the following protocols / engines:

Features:

To change the language, make sure you performed 'make install' and set the environment variable LANGUAGE to the language code (de for German, pt_BR for brazilian Portuguese, es for Spanish, etc.) Under bash (the most common shell on Linux), it can be done with

export LANGUAGE=de

(eboard checks the LC_MESSAGES, LC_ALL, LANGUAGE and LANG environment variables for language settings, in this order)

You can use, modify and redistribute eboard under the terms of the GNU General Public License, version 2 or any later version published by the Free Software Foundation. The license is included in the COPYING file.

To compile/install it:

./configure make (become root) make install

For further instructions see the INSTALL file. You'll need:

eboard is developed by Felipe Bergo .

The eboard web site is at

http://www.bergo.eng.br/eboard

Source code repository at

https://github.com/fbergo/eboard

Have fun!