From Amarok Wiki
This page explains how to use Project Neon for development.
/usr/bin/amarok-nightly-vars will set all necessary environment variables to compile Amarok, as well as for running it afterwards. It is the most important script you will ever executed ;-)
How to use it:
- amarok-nightly-vars
- cd AMAROKSRCDIR
- mkdir build
- cmake -DCMAKE_INSTALL_PREFIX=/opt/amarok-nightly
- make
- sudo make install
- /opt/amarok-nightly/bin/amarok # <- this should also work without full path as amarok-nightly-vars also changes $PATH
Currently amarok-nightly-vars is part of the amarok-nightly packages, which is of course pointless since Amarok is going to be compiled from source. In some future version the script will be placed in it's own package, along with some other useful scripts for Amarok building/development.
All Neon package should be built with full debug. If one is not, please report it on amarok-neon - aaattt - googlegroups.com