From: divinity76 Date: Fri, 28 Sep 2018 13:53:41 +0000 (+0200) Subject: use setup.exe's package manager mode, replacing apt-cyg X-Git-Tag: v0.93~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F271%2Fhead;p=thirdparty%2Fmtr.git use setup.exe's package manager mode, replacing apt-cyg see #270 for rationale --- diff --git a/README b/README index 3ae3a9a..efb78fd 100644 --- a/README +++ b/README @@ -67,15 +67,11 @@ INSTALLING BUILDING FOR WINDOWS Building for Windows requires Cygwin. To obtain Cygwin, see - https://cygwin.com/install.html. When installing Cygwin, select - the 'lynx' package for installation. lynx is required by apt-cyg. + https://cygwin.com/install.html. + Next, re-run cygwin's setup.exe (or setup-x86_64.exe if you're using 64bit cygwin) with the following arguments, + which will install the packages required for building: - Next, install apt-cyg for easy installation of the remaining - components. See https://github.com/transcode-open/apt-cyg. - - Install the packages required for building: - - apt-cyg install automake pkg-config make gcc-core libncurses-devel + setup.exe --package-manager --wait --packages automake,pkg-config,make,gcc-core,libncurses-devel Build as under Unix: