]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Better layout, thanks to https://github.com/vrs01
authorMike Brady <mikebrady@eircom.net>
Sun, 6 Aug 2017 16:39:05 +0000 (18:39 +0200)
committerMike Brady <mikebrady@eircom.net>
Sun, 6 Aug 2017 16:46:43 +0000 (18:46 +0200)
CYGWIN.md

index 0f14fb28b8af1945a7ae76f4609735569a8d7d44..3c9027bbc29ac1fa97760773ca62cb9bcdb6b87d 100644 (file)
--- a/CYGWIN.md
+++ b/CYGWIN.md
@@ -9,20 +9,20 @@ Note: to enable Cygwin to resolve domain names, it was found necessary to go to
 and enter valid DNS server addresses, e.g. `8.8.8.8`.
 
 * Use `Cygwin Setup` to install the following packages:
- * `pkg-config`
- * `autoconf`
- *  `automake`
- *  `clang`
- *  `libdaemon-devel`
- *  `popt-devel`
- *  `make`
- *  `libao-devel`
- *  `openssl-devel`
- *  `libtool`
- *  `git`
- * `wget` for convenience,
- * `flex` for compiling `libconfig`
- * `bison` for compiling `libconfig`
 * `pkg-config`
 * `autoconf`
 *  `automake`
 *  `clang`
 *  `libdaemon-devel`
 *  `popt-devel`
 *  `make`
 *  `libao-devel`
 *  `openssl-devel`
 *  `libtool`
 *  `git`
 * `wget` for convenience,
 * `flex` for compiling `libconfig`
+  * `bison` for compiling `libconfig` 
 
 * Download, configure, compile and install `libconfig`.
 
@@ -35,6 +35,7 @@ $ cd libconfig-1.5
 $ ./configure
 $ make
 $ make install
+$ cd ..
 ``` 
 * Next, download, configure and compile Shairport Sync:
 ```