Fix minishogi notation, enabling play against gnuminishogi.
[kaya/ydirson.git] / INSTALL
blob8a8c13bd53a26fb0c665db88c5774fe91a1ce3f9
1 # Requirements
3 - [KDE 4](http://www.kde.org)
4 - [Ruby](http://www.ruby-lang.org/en/)
5 - [Korundum](http://rubyforge.org/projects/korundum/)
6 - [CMake](http://www.cmake.org)
8 To compile the extension library (optional, but recommended), you also need:
10 - A KDE 4 development environment
11 - Ruby headers
13 # Installation
15 Unpack the Kaya package, change to the package root directory, and type:
17     mkdir build
18     cd build
19     cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR ..
20     make -j2
21     sudo make install
23 Where KDEDIR is set to the KDE 4 install path.
25 This will compile the extension library and install Kaya into the specified prefix.