From ab6f5999735ea368a4c36da8a9d43520207041eb Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sat, 16 Sep 2017 09:19:56 +0200 Subject: [PATCH] [docs] Adjust libwebsockets info in INSTALL --- INSTALL | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 9ae5cc27..bc42fd06 100644 --- a/INSTALL +++ b/INSTALL @@ -31,7 +31,7 @@ libraries: 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 libplist-dev libsodium-dev libjson-c-dev + libevent-dev libplist-dev libsodium-dev libjson-c-dev libwebsockets-dev Optional packages: @@ -41,7 +41,7 @@ Optional packages: LastFM | --enable-lastfm | libcurl4-gnutls-dev OR libcurl4-openssl-dev iTunes XML | --disable-itunes | libplist-dev Device verification | --disable-verification | libplist-dev libsodium-dev - Websocket | --disable-websocket | libwebsockets-dev + 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 @@ -297,12 +297,15 @@ feature. Support for Apple TV device verification is optional. Use --disable-verification to disable this feature. -Support for websocket is optional. Use --disable-websocket to disable this feature. - Support for Chromecast devices is optional. Use --enable-chromecast to enable this feature. -Building with Pulseaudio is optional. Use --with-pulseaudio to enable. +Building with libwebsockets is optional. Websockets improve the UI of the web +interface. It will be enabled if the library is present (with headers). Use +--without-libwebsockets to disable. + +Building with Pulseaudio is optional. It will be enabled if the library is +present (with headers). Use --without-pulseaudio to disable. Recommended build settings: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var