]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update UPDATING.md
authorMike Brady <mikebrady@eircom.net>
Wed, 2 Aug 2017 10:48:50 +0000 (12:48 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Aug 2017 10:48:50 +0000 (12:48 +0200)
UPDATING.md

index 481f3c63b4680ce885fdde7ff7e7e7e4b64b818e..ae60ad3b8bc46620d85fc25834b2c87c94714f78 100644 (file)
@@ -31,10 +31,10 @@ $ 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:
+#The following is the standard configuration for a Linux that uses the alsa backend and systemd initialisation system:
 $ ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata --with-soxr --with-systemd --sysconfdir=/etc
 #OR
-#The following is the standard configuration for a Linux that uses the older System V initialisation system:
+#The following is the standard configuration for a Linux that uses the alsa backend and the older System V initialisation system:
 $ ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata --with-soxr --with-systemv --sysconfdir=/etc
 
 $ make