From: Mike Brady Date: Thu, 31 May 2018 11:40:24 +0000 (+0100) Subject: Update INSTALL.md X-Git-Tag: 3.2RC11~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536c4ccaae263bedeeef6d6b2998958059d6823c;p=thirdparty%2Fshairport-sync.git Update INSTALL.md --- diff --git a/INSTALL.md b/INSTALL.md index af7c618e..66c1c2ee 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -45,7 +45,8 @@ Okay, now let's get the tools and sources for building and installing Shairport First, install the packages needed by Shairport Sync: ``` -# apt-get install build-essential git xmltoman autoconf automake libtool libdaemon-dev libpopt-dev libconfig-dev libasound2-dev avahi-daemon libavahi-client-dev libssl-dev +# apt-get install build-essential git xmltoman autoconf automake libtool libdaemon-dev \ + libpopt-dev libconfig-dev libasound2-dev avahi-daemon libavahi-client-dev libssl-dev ``` Next, download Shairport Sync, configure it, compile and install it: ```