From: Mike Brady Date: Tue, 8 Aug 2017 18:11:59 +0000 (+0200) Subject: Version 3.1 X-Git-Tag: 3.1.1rc0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0777a1f620f60bb1997f1c8ac7a98f99611e6f18;p=thirdparty%2Fshairport-sync.git Version 3.1 Remove extra reference to libasound2-dev --- diff --git a/README.md b/README.md index c511b916..4e868065 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Many Linux distributions have Avahi and OpenSSL already in place, so normally it Debian, Ubuntu and Raspbian users can get the basics with: - `apt-get install build-essential git xmltoman` – these may already be installed. -- `apt-get install autoconf automake libtool libdaemon-dev libasound2-dev libpopt-dev libconfig-dev` +- `apt-get install autoconf automake libtool libdaemon-dev libpopt-dev libconfig-dev` - `apt-get install libasound2-dev` for the ALSA libraries - `apt-get install libpulse-dev` for the PulseAudio libraries - `apt-get install avahi-daemon libavahi-client-dev` if you want to use Avahi (recommended).