From 6a8f93b7df5eff8f7e1f1943a25235196df957b2 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Mon, 2 Jun 2014 21:18:26 +0200 Subject: [PATCH] INSTALL update to reflect compability with libevent 2.0 --- INSTALL | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 695cd683..f53b6ba7 100644 --- a/INSTALL +++ b/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 - libconfuse from - - libevent 1.4 or 2.1.4+ + - libevent 1.4+ (best with version 1.4 or 2.1.4+) from - libavl 0.3.5 from