From: Mike Brady Date: Fri, 24 Feb 2017 21:49:26 +0000 (+0000) Subject: Updated for Version 3.0 X-Git-Tag: 3.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48ade2ee05310b90965d0f3e3115dd51fb9af30;p=thirdparty%2Fshairport-sync.git Updated for Version 3.0 --- diff --git a/UPDATING.md b/UPDATING.md index c7aee127..481f3c63 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -28,7 +28,9 @@ $ cd shairport-sync Now, while in the `shairport-sync` directory, perform the following commands (note that there is a choice you must make in there): ``` $ autoreconf -fi - +``` +Please review the release notes to see if any configuration settings have been changed. For instance, in the transitions from version 2 to version 3, the `--with-ssl=polarssl` has been deprecated in favour of `--with-ssl=mbedtls`. +``` #The following is the standard configuration for a Linux that uses the systemd initialisation system: $ ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata --with-soxr --with-systemd --sysconfdir=/etc #OR