Tarball Download the tarball and unpack it in a folder with: tar -xvjf rsibreak-version.tar.bz2 After that, follow the instructions below to compile RSIBreak.
Subversion If you want to try the latest version of RSIBreak, you can get it from KDE's (subversion) repository, here are the instructions (this is for KDE4-users only): svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/rsibreak cd rsibreak
Then you need to compile it: mkdir build && cd build && cmake .. make make install
Whenever you want a newer version go to the rsibreak folder and do a svn up.
|