From: Mike Brady Date: Sun, 6 Aug 2017 16:39:05 +0000 (+0200) Subject: Better layout, thanks to https://github.com/vrs01 X-Git-Tag: 3.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4fe5e1b83323c7309bbd04ea7a41f47a01b83a1;p=thirdparty%2Fshairport-sync.git Better layout, thanks to https://github.com/vrs01 --- diff --git a/CYGWIN.md b/CYGWIN.md index 0f14fb28..3c9027bb 100644 --- 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: ```