1
2Please have a look at CMakeLists.txt first and ensure the paths to the TagLib and cdrapanoia include dirs and libs are set properly.
3(You'll need the TagLib and cdparanoia devel packages.)
4
5mkdir build
6cd build
7cmake -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` ..
8make
9sudo make install
10
11(make install DESTDIR=$HOME/tempdir makes a test installation into $HOME/tempdir)
12
13