You need libkdecore and libqt1.2 in order to be able to compile Kmpg. This version of Kmpg does not use any kind of automatic configuration script. On a linux system the following commands are simply executed at the command-line prompt.
% make
% make install
If you're not using linux the decoder must first be compiled separately. This can be done by executing the following commands (note: currently the player has only been tested on Linux, but it should work on all systems supported by mpg123 and KDE..
% cd lib
% make
... instructions will follow on how to compile the decoder for your OS ...
After the decoder has been compiled, the player can be compiled as described at the top of this page.