docs.kde.org
Installation
Prev

Appendix A. Installation

Table of Contents

How to obtain Amarok
How to compile Amarok
Configure Options

How to obtain Amarok

Amarok can be downloaded from The Amarok home page

The latest development version can be obtained from KDE SVN, module /trunk/extragear/multimedia/amarok/.

How to compile Amarok

In order to compile and install Amarok on your system, type the following in the base directory of the Amarok distribution:

./configure --prefix=`kde-config --prefix` make su -c "make install"

Note

The --enable-final configure flag is no longer supported.

Since Amarok uses autoconf and automake you should have no trouble compiling it. Should you run into problems please report them to the KDE mailing lists.

Configure Options

Amarok is like most other apps in that it has several compile time options that can be enabled or disabled during configure. This is a list of the options that can be configured.

Note

Some compile time options require specific dependencies to be used. See the requirements section for more details.

OptionDefaultDescription
--enable-debug=noEnables debug symbols. Choose from “yes”, “no”, and “full”. Please use the “full” option if you intend to help with Amarok development.
--enable-mysqlDisabledEnables MySql database support for Amarok
--disable-amazonEnabledDisables Amazon cover art downloading support in Amarok
--without-artsWithDisables aRts support for Amarok
--without-gstreamerWithDisables GStreamer support for Amarok
--with-helixWithEnables Helix engine support for Amarok
--without-xineWithDisables xine support for Amarok
--with-nmmWithoutEnables NMM support for Amarok
--with-masWithoutEnables MAS support for Amarok
--without-openglWithDisables OpenGL (analyzer) support for Amarok
--without-included-sqliteWithDo not use the included sqlite sources (requires sqlite to be installed)
Prev
Contents


docs.kde.org