mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
[docs] Adjust libwebsockets info in INSTALL
This commit is contained in:
parent
c0814c56fd
commit
ab6f599973
13
INSTALL
13
INSTALL
@ -31,7 +31,7 @@ libraries:
|
|||||||
antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \
|
antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \
|
||||||
libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavutil-dev \
|
libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavutil-dev \
|
||||||
libasound2-dev libmxml-dev libgcrypt11-dev libavahi-client-dev zlib1g-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:
|
Optional packages:
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ Optional packages:
|
|||||||
LastFM | --enable-lastfm | libcurl4-gnutls-dev OR libcurl4-openssl-dev
|
LastFM | --enable-lastfm | libcurl4-gnutls-dev OR libcurl4-openssl-dev
|
||||||
iTunes XML | --disable-itunes | libplist-dev
|
iTunes XML | --disable-itunes | libplist-dev
|
||||||
Device verification | --disable-verification | libplist-dev libsodium-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
|
Pulseaudio | --with-pulseaudio | libpulse-dev
|
||||||
|
|
||||||
Note that while forked-daapd will work with versions of libevent between 2.0.0
|
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
|
Support for Apple TV device verification is optional. Use --disable-verification
|
||||||
to disable this feature.
|
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
|
Support for Chromecast devices is optional. Use --enable-chromecast to enable
|
||||||
this feature.
|
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:
|
Recommended build settings:
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||||
|
Loading…
x
Reference in New Issue
Block a user