]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update CYGWIN.md
authorMike Brady <mikebrady@eircom.net>
Mon, 18 Feb 2019 12:51:22 +0000 (12:51 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Feb 2019 12:51:22 +0000 (12:51 +0000)
CYGWIN.md

index fde2d2f22b3129181e5c13c8f74e68814803bb18..dc810d2034bf6fafe7f0943f6a4088eb4d20e107 100644 (file)
--- a/CYGWIN.md
+++ b/CYGWIN.md
@@ -26,13 +26,15 @@ and enter valid DNS server addresses, e.g. `8.8.8.8`.
   
 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
+.\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
-$ ./make
+$ cd libconfig
 $ autoreconf -fi
 $ ./configure
 $ make