From 36d07baf2ce0339546f2f1ad084298b090702e10 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Tue, 20 Oct 2020 23:37:16 +0200 Subject: [PATCH] [docs] Update INSTALL Debian quick guide (issue #1104) Suggest actual package name instead of wildcard, since that throws apt off --- INSTALL.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b4956622..8f6f68d7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -27,9 +27,16 @@ sudo apt-get install \ libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavutil-dev \ libasound2-dev libmxml-dev libgcrypt20-dev libavahi-client-dev zlib1g-dev \ libevent-dev libplist-dev libsodium-dev libjson-c-dev libwebsockets-dev \ - libcurl*-dev + libcurl4-openssl-dev ``` +Note that forked-daapd will also work with other versions and flavours of +libgcrypt and libcurl, so the above are just suggestions. + +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 for +simultaneous streaming to multiple DAAP clients. + Optional packages: Feature | Configure argument | Packages @@ -42,10 +49,6 @@ Optional packages: Live web UI | `--with-libwebsockets` | libwebsockets-dev Pulseaudio | `--with-pulseaudio` | libpulse-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 -for Shoutcast metadata and simultaneous streaming to multiple clients. - Then run the following (adding configure arguments for optional features): ```bash