diff options
author | Max Kellermann <max@duempel.org> | 2008-11-05 21:27:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-05 21:27:20 +0100 |
commit | 1fe987fea2aa85a80992ef82e95d58bd00efb184 (patch) | |
tree | a3a176f401df3243367bf8a5ced7cee37958682d /INSTALL | |
parent | b0f1bc4856b50f31299713819abae2410ac62de4 (diff) | |
download | mpd-1fe987fea2aa85a80992ef82e95d58bd00efb184.tar.gz mpd-1fe987fea2aa85a80992ef82e95d58bd00efb184.tar.xz mpd-1fe987fea2aa85a80992ef82e95d58bd00efb184.zip |
INSTALL: update dependency list
Documented dependencies on gcc/C99, glib, libvorbisenc, liblame,
ffmpeg.
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,16 @@ 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 ---------------------------- @@ -25,6 +36,8 @@ A low-latency sound daemon. libshout - http://www.icecast.org/ For streaming to an Icecast or Shoutcast server. +You also need an encoder: either libvorbisenc (ogg), or liblame (mp3). + Optional Input Dependencies --------------------------- @@ -61,6 +74,10 @@ For Musepack support. MikMod - http://mikmod.raphnet.net/ For MOD support. You will need libmikmod. +libavcodec, libavformat (ffmpeg) - http://ffmpeg.mplayerhq.hu/ +Multi-codec library. + + Optional Miscellaneous Dependencies ----------------------------------- |