Translate status bar messages.
[kaya.git] / INSTALL
blobdcca0b2bae39d20597d1ef1efcf3942d82772362
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 - [Builder](http://builder.rubyforge.org/)
7 - [CMake](http://www.cmake.org)
9 # Installation
11 Unpack the Kaya package, change to the package root directory, and type:
13     mkdir build
14     cd build
15     cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR ..
16     make -j2
17     sudo make install
19 Where KDEDIR is set to the KDE 4 install path.