Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
869f440f
Commit
869f440f
authored
Mar 12, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: added installation manual to the User's Manual
Very small start..
parent
0cb8e7f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
user.xml
doc/user.xml
+47
-0
No files found.
doc/user.xml
View file @
869f440f
...
...
@@ -14,11 +14,58 @@
<chapter>
<title>
Installation
</title>
<para>
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.
</para>
<section>
<title>
Installing on Debian/Ubuntu
</title>
<para>
Install the package
<filename>
mpd
</filename>
:
</para>
<programlisting>
apt-get install mpd
</programlisting>
</section>
<section>
<title>
Compiling from source
</title>
<para>
Download the source tarball from
<ulink
url=
"http://mpd.wikia.com/wiki/Server"
>
the MPD home
page
</ulink>
and unpack it:
</para>
<programlisting>
tar xjf mpd-0.14.2.tar.bz
cd mpd-0.14.2
</programlisting>
<para>
Make sure that all the required libraries and build tools are
installed. The
<filename>
INSTALL
</filename>
file has a list.
</para>
<para>
Now configure the source tree:
</para>
<programlisting>
./configure
</programlisting>
<para>
The
<parameter>
--help
</parameter>
argument shows a list of
compile-time options. When everything is ready and
configured, compile:
</para>
<programlisting>
make
</programlisting>
<para>
And install:
</para>
<programlisting>
make install
</programlisting>
</section>
</chapter>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment