mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 23:43:23 -05:00
[docs] Update INSTALL with precise names for the optional Debian packages
This commit is contained in:
parent
202d9b951e
commit
1cd983b485
24
INSTALL
24
INSTALL
@ -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
|
||||
libraries:
|
||||
|
||||
sudo apt-get install \
|
||||
build-essential git autotools-dev autoconf libtool gettext gawk gperf \
|
||||
antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \
|
||||
libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavutil-dev \
|
||||
libasound2-dev libmxml-dev libgcrypt11-dev libavahi-client-dev zlib1g-dev \
|
||||
libevent-dev
|
||||
sudo apt-get install \
|
||||
build-essential git autotools-dev autoconf libtool gettext gawk gperf \
|
||||
antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \
|
||||
libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavutil-dev \
|
||||
libasound2-dev libmxml-dev libgcrypt11-dev libavahi-client-dev zlib1g-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
|
||||
and 2.1.3, it is recommended to use 2.1.4+. Otherwise you may not have support
|
||||
|
Loading…
Reference in New Issue
Block a user