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`.
$ ./configure
$ make
$ make install
+$ cd ..
```
* Next, download, configure and compile Shairport Sync:
```