From: Mike Brady Date: Fri, 5 Apr 2019 14:06:44 +0000 (+0100) Subject: Update FREEBSD.md X-Git-Tag: 3.3rc4~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e74d37c09bec1f5860d629dfe7ccf492791e2bb;p=thirdparty%2Fshairport-sync.git Update FREEBSD.md --- diff --git a/FREEBSD.md b/FREEBSD.md index 3449a5c4..ee4be1ee 100644 --- a/FREEBSD.md +++ b/FREEBSD.md @@ -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-libdaemon --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.