Commit 1fe987fe authored by Max Kellermann's avatar Max Kellermann

INSTALL: update dependency list

Documented dependencies on gcc/C99, glib, libvorbisenc, liblame, ffmpeg.
parent b0f1bc48
Music Player Daemon (MPD) - INSTALL Music Player Daemon (MPD) - INSTALL
Dependencies
------------
gcc - http://gcc.gnu.org/
Any other C99 compliant compiler should also work.
glib - http://www.gtk.org/
General-purpose utility library.
Optional Output Dependencies Optional Output Dependencies
---------------------------- ----------------------------
...@@ -25,6 +36,8 @@ A low-latency sound daemon. ...@@ -25,6 +36,8 @@ A low-latency sound daemon.
libshout - http://www.icecast.org/ libshout - http://www.icecast.org/
For streaming to an Icecast or Shoutcast server. For streaming to an Icecast or Shoutcast server.
You also need an encoder: either libvorbisenc (ogg), or liblame (mp3).
Optional Input Dependencies Optional Input Dependencies
--------------------------- ---------------------------
...@@ -61,6 +74,10 @@ For Musepack support. ...@@ -61,6 +74,10 @@ For Musepack support.
MikMod - http://mikmod.raphnet.net/ MikMod - http://mikmod.raphnet.net/
For MOD support. You will need libmikmod. For MOD support. You will need libmikmod.
libavcodec, libavformat (ffmpeg) - http://ffmpeg.mplayerhq.hu/
Multi-codec library.
Optional Miscellaneous Dependencies Optional Miscellaneous Dependencies
----------------------------------- -----------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment