From 869f440f87341feccc569a38b164965a3041a428 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 12 Mar 2009 17:12:53 +0100 Subject: doc: added installation manual to the User's Manual Very small start.. --- doc/user.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index f9a5ba12..7e43dce8 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -14,11 +14,58 @@ Installation + + We recommend that you use the software installation routines of + your distribution to install MPD. Most operating systems have a + MPD package, which is very easy to install. + + +
+ Installing on Debian/Ubuntu + + + Install the package mpd: + + + apt-get install mpd +
+
Compiling from source + Download the source tarball from the MPD home + page and unpack it: + + + tar xjf mpd-0.14.2.tar.bz +cd mpd-0.14.2 + + + Make sure that all the required libraries and build tools are + installed. The INSTALL file has a list. + + + + Now configure the source tree: + + ./configure + + + The --help argument shows a list of + compile-time options. When everything is ready and + configured, compile: + + + make + + + And install: + + + make install
-- cgit v1.2.3