]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update FREEBSD.md
authorMike Brady <mikebrady@eircom.net>
Sat, 24 Nov 2018 11:30:39 +0000 (11:30 +0000)
committerGitHub <noreply@github.com>
Sat, 24 Nov 2018 11:30:39 +0000 (11:30 +0000)
FREEBSD.md

index 3449a5c4366db03e4cd1a627e907e76a0cd0b8ac..82429808d0ac09a5e3de216724c20dc99e4aecdd 100644 (file)
@@ -60,7 +60,7 @@ Next, configure the build and compile it:
 
 ```
 $ autoreconf -i -f
-./configure  --with-avahi --with-ssl=openssl --with-alsa --with-sndio --with-os=freebsd --with-freebsd-service
+./configure  --with-avahi --with-ssl=openssl --with-alsa --with-sndio --with-os=freebsd --with-freebsd-service
 $ make
 ```
 Omit `--with-alsa` if you don't want to include the ALSA back end. Omit the `--with-sndio` if you don't want the `sndio` back end. Omit the `--with-freebsd-service` if you don't want to install a FreeBSD startup script, runtime folder and user and group -- see below for more details.