Building this software is very simple. Make sure you have the following pieces of software installed:
- CMake >2.6
- GCC
- Qt 4.7 Dev
- QScintilla 2 Dev
Once those are set, run the following commands:
mkdir -p build
cd build
cmake ..
make
make install
You should now have KISS ready to go in the deploy/ directory.