3. Download

You can choose in the following to retrieve and build the latest stable version of amaroK or the development version.

3.1. Stable version

Download the latest amaroK source tarball.

Extract the previously downloaded tarball, e.g.:

% tar xjf amarok-1.3.7.tar.bz2

Change into the directory that was extracted from the tarball, e.g.:

% cd amarok-1.3.7

You can go on with the Compilation and Installation instructions.

3.2. Development version

The latest development version of amaroK can be retrieved via anonymous svn.

        % svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia
        % cd multimedia
        % svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
        % svn up amarok
        % make -f Makefile.cvs
      

An up-to-date version of the necessary steps can also be found in the amaroK Wiki.