[docs] Update INSTALL with precise names for the optional Debian packages

This commit is contained in:
ejurgensen 2016-08-22 21:19:33 +02:00
parent 202d9b951e
commit 1cd983b485

14
INSTALL
View File

@ -26,14 +26,24 @@ Quick version for Debian/Ubuntu users
If you are the lucky kind, this should get you all the required tools and If you are the lucky kind, this should get you all the required tools and
libraries: libraries:
sudo apt-get install \ sudo apt-get install \
build-essential git autotools-dev autoconf libtool gettext gawk gperf \ build-essential git autotools-dev autoconf libtool gettext gawk gperf \
antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \ antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \
libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavutil-dev \ libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavutil-dev \
libasound2-dev libmxml-dev libgcrypt11-dev libavahi-client-dev zlib1g-dev \ libasound2-dev libmxml-dev libgcrypt11-dev libavahi-client-dev zlib1g-dev \
libevent-dev libevent-dev
To build with LastFM support, you should also install libcurl4-openssl-dev. Chromecast support (--enable-chromecast) also requires:
sudo apt-get install libjson-c-dev libgnutls-dev libprotobuf-c-dev
LastFM support (--enable-lastfm) also requires:
sudo apt-get install libcurl4-gnutls-dev (or libcurl4-openssl-dev)
Support for iTunes Music Library XML (--enable-itunes) also requires:
sudo apt-get install libplist-dev
Note that while forked-daapd will work with versions of libevent between 2.0.0 Note that while forked-daapd will work with versions of libevent between 2.0.0
and 2.1.3, it is recommended to use 2.1.4+. Otherwise you may not have support and 2.1.3, it is recommended to use 2.1.4+. Otherwise you may not have support