diff --git a/INSTALL b/INSTALL index ca31f1b3..9ae5cc27 100644 --- a/INSTALL +++ b/INSTALL @@ -31,16 +31,17 @@ 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 + libevent-dev libplist-dev libsodium-dev libjson-c-dev Optional packages: Feature | Configure argument | Packages --------------------|------------------------|--------------------------------------------- - Chromecast | --enable-chromecast | libjson-c-dev libgnutls-dev libprotobuf-c-dev + Chromecast | --enable-chromecast | libgnutls-dev libprotobuf-c-dev 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 Pulseaudio | --with-pulseaudio | libpulse-dev Note that while forked-daapd will work with versions of libevent between 2.0.0 @@ -220,6 +221,8 @@ Libraries: from - libunistring 0.9.3+ from + - libjson-c + from - libasound (optional - ALSA local audio) often already installed as part of your distro - libpulse (optional - Pulseaudio local audio) @@ -232,12 +235,12 @@ Libraries: from - libcurl (optional - LastFM support) from - - libjson-c (optional - Chromecast support) - from - libgnutls (optional - Chromecast support) from - libprotobuf-c (optional - Chromecast support) from + - libwebsockets (optional - websocket support) + from If using binary packages, remember that you need the development packages to build forked-daapd (usually named -dev or -devel). @@ -294,6 +297,8 @@ 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.