From Amarok Wiki
Castellano | English | Polski
Środowisko deweloperskie
Amarok 2 requires KDE 4.2, Taglib 1.5, mysqld and the development headers thereof. Optional packages include the latest version (0.3.6) of libmtp. To install the latest version of KDE 4.2 on Ubuntu jaunty see this post. Look here for help with other distributions. Currently Amarok 2 depends on embedded MySQL. Embedded MySQL is only supported in the 5.1 series. See this thread on the mailing list for help.
W pliku README znajdziesz kompletną listę zależności.
Budowanie Amaroka
Właśnie przenieśliśmy źródła do http://gitorious.org/amarok (od poniedziałku, 20 Lipca 2009). Aby kontynuować musisz mieć zainstalowany git na swoim komputerze, wtedy pobierz źródła następującą komendą:
git clone git://gitorious.org/amarok/amarok.git
Aby uaktualnić możesz po prostu użyć komendy
git pull --rebase
w folderze kodu źródłowego amarok. Następnie podążaj za instrukcjami poniżej.
- cd amarok
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull .. && make && make install
Note that your cmake preferences are saved in CMakeCache.txt, so you don't have to have the -D options every time you run cmake.
ccmake . will give you a nice ncurses interface