]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update CYGWIN.md
authorMike Brady <mikebrady@eircom.net>
Thu, 14 Feb 2019 09:43:15 +0000 (09:43 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Feb 2019 09:43:15 +0000 (09:43 +0000)
CYGWIN.md

index a177ead5e0b34fcf2c3dd65d87bb7903aa96f548..fde2d2f22b3129181e5c13c8f74e68814803bb18 100644 (file)
--- a/CYGWIN.md
+++ b/CYGWIN.md
@@ -23,11 +23,16 @@ and enter valid DNS server addresses, e.g. `8.8.8.8`.
   * `wget` for convenience,
   * `flex` for compiling `libconfig`
   * `bison` for compiling `libconfig` 
+  
+Assuming the Cygwin setup program (`setup-x86_64.exe` in this case) is in your Downloads directory and the default directory is your home directory, the following command should work:
+```
+.\Downloads\setup-x86_64.exe -P pkg-config,autoconf,automake,clang,libdaemon-devel,popt-devel,make,libao-devel,openssl-devel,libtool,git,wget,flex,bison
+```
 
 * Download, configure, compile and install `libconfig`:
 ```
 $ git clone https://github.com/hyperrealm/libconfig.git
-$ cd libconfig
+$ ./make
 $ autoreconf -fi
 $ ./configure
 $ make
@@ -36,7 +41,7 @@ $ cd ..
 ```
 * Next, download, configure and compile Shairport Sync:
 ```
-$ git clone https://github.com/mikebrady/shairport-sync.git
+$ cd 
 $ cd shairport-sync
 $ autoreconf -fi
 $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-ao --with-ssl=openssl --with-tinysvcmdns