From 0026f2550737fdb148abcfcbe80131472b96c4fb Mon Sep 17 00:00:00 2001 From: Mike Brady Date: Mon, 18 Feb 2019 12:51:22 +0000 Subject: [PATCH] Update CYGWIN.md --- CYGWIN.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CYGWIN.md b/CYGWIN.md index fde2d2f2..dc810d20 100644 --- 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 -- 2.47.3