I follow the steps (http://amarok.kde.org/wiki/2.0_Development_HowTo) and I come to:
"cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull .. && make && make install "
After this I get back:
Quote
bash: kde4-config: command not found
CMake Error: Error in cmake code at
/home/MYNAME/amarok/src/context/applets/lastfmevents/CMakeLists.txt:8:
Unknown CMake command "kde4_add_plugin".
-- Configuring done
I'm on kubuntu and have kde4 installed and all of the other needed things. I'm pretty new to linux but yeah I just really can't understand what is going wrong.
Thanks!
"cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull .. && make && make install "
After this I get back:
Quote
bash: kde4-config: command not found
CMake Error: Error in cmake code at
/home/MYNAME/amarok/src/context/applets/lastfmevents/CMakeLists.txt:8:
Unknown CMake command "kde4_add_plugin".
-- Configuring done
I'm on kubuntu and have kde4 installed and all of the other needed things. I'm pretty new to linux but yeah I just really can't understand what is going wrong.
Thanks!
Comment