[docs] Adjust libwebsockets info in INSTALL

This commit is contained in:
ejurgensen 2017-09-16 09:19:56 +02:00
parent c0814c56fd
commit ab6f599973

13
INSTALL
View File

@ -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