Fix crash when running out of time.
[kaya.git] / INSTALL
blobee8ef237edc0d6bca6eee7e27b422f21d0cb3003
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 To compile the extension library (optional, but recommended), you also need:
11 - A KDE 4 development environment
12 - Ruby headers
14 # Installation
16 Unpack the Kaya package, change to the package root directory, and type:
18     mkdir build
19     cd build
20     cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR ..
21     make -j2
22     sudo make install
24 Where KDEDIR is set to the KDE 4 install path.
26 This will compile the extension library and install Kaya into the specified prefix.