]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Updated for Version 3.0
authorMike Brady <mikebrady@eircom.net>
Fri, 24 Feb 2017 21:49:26 +0000 (21:49 +0000)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2017 21:49:26 +0000 (21:49 +0000)
UPDATING.md

index c7aee1272560f6e749349a80980d07fddfc318b2..481f3c63b4680ce885fdde7ff7e7e7e4b64b818e 100644 (file)
@@ -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