
Packagers, please read PACKAGING.

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

Runtime requierements:
- kdelibs4
- qt4
- streamripper >= 1.63
- libproxy (if not compiled without libproxy support) >= 0.3.1

Compile time requierements:
- cmake>=2.4
- kdelibs4 (install the corresponding devel package)
- kdesdk
- qt4 (install the corresponding devel package)
- libproxy (if not compiled without libproxy support) >= 0.3.1

To configure KRadioRipper, switch to this directory and do:

cmake ./

You can also run

cmake -DWITHOUT_LIBPROXY=YES ./

to compile without linking using libproxy.

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".