mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 06:35:57 -05:00
INSTALL update to reflect compability with libevent 2.0
This commit is contained in:
parent
ada7ccca8f
commit
6a8f93b7df
12
INSTALL
12
INSTALL
@ -24,14 +24,16 @@ sudo apt-get install \
|
||||
antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \
|
||||
libavcodec-dev libavformat-dev libswscale-dev libavutil-dev libasound2-dev \
|
||||
libmxml-dev libgcrypt11-dev libavahi-client-dev libavl-dev zlib1g-dev \
|
||||
libevent1-dev
|
||||
libevent-dev
|
||||
|
||||
Depending on the version of libav/ffmpeg in your distribution you may also need
|
||||
libavresample-dev.
|
||||
|
||||
Note that libevent1-dev is not in the Debian repository, but you can get the
|
||||
packages in the Ubuntu repository. You can also use libevent 2, but it must be
|
||||
version 2.1.4 or newer.
|
||||
Note that while forked-daapd will work with versions of libevent between 2.0.0
|
||||
and 2.1.3, it is recommended to use either libevent 1 or 2.1.4+. Otherwise you
|
||||
will not have support for Shoutcast metadata and simultaneous streaming to
|
||||
multiple clients. Libevent 1 is not in the Debian repository, but you can get
|
||||
the packages in the Ubuntu repository.
|
||||
|
||||
Then run the following:
|
||||
|
||||
@ -86,7 +88,7 @@ Libraries:
|
||||
from <http://libav.org/releases/>
|
||||
- libconfuse
|
||||
from <http://www.nongnu.org/confuse/>
|
||||
- libevent 1.4 or 2.1.4+
|
||||
- libevent 1.4+ (best with version 1.4 or 2.1.4+)
|
||||
from <http://libevent.org/>
|
||||
- libavl 0.3.5
|
||||
from <http://ftp.debian.org/debian/pool/main/liba/libavl>
|
||||
|
Loading…
Reference in New Issue
Block a user