From 92d983dd1770875993bf1e0476956aa02a930c45 Mon Sep 17 00:00:00 2001 From: Mike Brady Date: Fri, 5 Apr 2019 15:10:04 +0100 Subject: [PATCH] Update CYGWIN.md --- CYGWIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CYGWIN.md b/CYGWIN.md index f477c19e4..80cb35175 100644 --- a/CYGWIN.md +++ b/CYGWIN.md @@ -67,7 +67,7 @@ $ cd shairport-sync $ git checkout development // this is temporary $ autoreconf -fi $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-ao --with-ssl=openssl \ - --with-avahi --with-dbus-interface --sysconfdir=/etc --with-cygwin-service + --with-avahi --with-dbus-interface --with-libdaemon --sysconfdir=/etc --with-cygwin-service $ make $ make install ```