From ba9b7e87cfa20fa27ce10f87593b28dd152067ee Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 28 Sep 2018 12:14:12 -0400 Subject: [PATCH] Update README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index efb78fd..1aed7e7 100644 --- a/README +++ b/README @@ -68,10 +68,10 @@ BUILDING FOR WINDOWS Building for Windows requires Cygwin. To obtain Cygwin, see 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, + Next, re-run cygwin's setup-x86.exe (or setup-x86_64.exe if you're using 64bit cygwin) with the following arguments, which will install the packages required for building: - setup.exe --package-manager --wait --packages automake,pkg-config,make,gcc-core,libncurses-devel + setup-x86.exe --package-manager --wait --packages automake,pkg-config,make,gcc-core,libncurses-devel Build as under Unix: -- 2.47.2