From: Mike Brady Date: Wed, 16 May 2018 17:36:50 +0000 (+0100) Subject: Update CYGWIN.md X-Git-Tag: 3.2RC8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25d696352a7466203eb240d0d0530699a4847cb;p=thirdparty%2Fshairport-sync.git Update CYGWIN.md --- diff --git a/CYGWIN.md b/CYGWIN.md index 3c9027bb..f483888e 100644 --- a/CYGWIN.md +++ b/CYGWIN.md @@ -24,19 +24,15 @@ and enter valid DNS server addresses, e.g. `8.8.8.8`. * `flex` for compiling `libconfig` * `bison` for compiling `libconfig` -* Download, configure, compile and install `libconfig`. - -For this, if your home directory name has a space in it, which happens by default with Cygwin, you should -temporarily rename it to a single word, e.g. `Mike Brady` -> `mike`. This is to allow the `make install` script to work properly. +* Download, configure, compile and install `libconfig`: ``` -$ wget http://www.hyperrealm.com/libconfig/libconfig-1.5.tar.gz -$ tar -xvzf libconfig-1.5.tar.gz -$ cd libconfig-1.5 +$ git clone https://github.com/hyperrealm/libconfig.git +$ autoreconf -fi $ ./configure $ make $ make install $ cd .. -``` +``` * Next, download, configure and compile Shairport Sync: ``` $ git clone https://github.com/mikebrady/shairport-sync.git