
Packagers, please read PACKAGING.

---------------------------------------------------------------------

Runtime requierements:
- kdelibs4
- qt4
- streamripper >= 1.63

Compile time requierements:
- cmake>=2.4
- kdelibs4 (install the corresponding devel package)
- kdesdk
- qt4 (install the corresponding devel package)

To configure KRadioRipper, switch to this directory and do:

cmake ./

If you want to install to your home directory instead of the global
KDE dirs, instead do this (asuming .kde4 is used for the standard
KDE pathes):

cmake ./ -DCMAKE_INSTALL_PREFIX=~/.kde4

To compile, do:

make -j 2
sudo make install

Replace the "2" in the make command with the number of processors
your computer has.

If you install to your home directory, you don't need to use
"sudo make install", but just "make install".