From: Mike Brady Date: Thu, 21 Feb 2019 14:53:44 +0000 (+0000) Subject: Update CYGWIN.md X-Git-Tag: 3.3RC0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a9b302b6b80dfe2a9afaa0e4fa97e2c96658af7;p=thirdparty%2Fshairport-sync.git Update CYGWIN.md --- diff --git a/CYGWIN.md b/CYGWIN.md index defa1692..e1174d4e 100644 --- a/CYGWIN.md +++ b/CYGWIN.md @@ -25,8 +25,8 @@ Setting up Cygwin * Open a Window Command Prompt and enter the following (long!) command: ``` Downloads\setup-x86_64.exe -P cygrunsrv,dbus,avahi,avahi-tools,gnome-keyring,libavahi-client-devel, ^ -libglib2.0-devel,openssl,pkg-config,autoconf,automake,clang,libdaemon-devel,popt-devel,make,libao-devel, ^ -openssl-devel,libtool,git,wget,flex,bison +libglib2.0-devel,openssl,pkg-config,autoconf,automake,clang,libdaemon-devel,popt-devel, ^ +make,libao-devel,openssl-devel,libtool,git,wget,flex,bison ``` This will do a complete installation of Cygwin and all necessary packages. * Set up the D-Bus and Avahi Services: @@ -58,7 +58,8 @@ $ cd .. $ git clone https://github.com/mikebrady/shairport-sync.git $ cd shairport-sync $ autoreconf -fi -$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-ao --with-ssl=openssl --with-avahi --with-dbus-interface --sysconfdir=/etc +$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-ao --with-ssl=openssl \ + --with-avahi --with-dbus-interface --sysconfdir=/etc $ make ``` * That's it. There should be a `shairport-sync.exe` file in your directory.