From f11a67ed5f5c99fc47e66c9c5cc730b91356c488 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 6 Apr 2015 20:25:42 +0200 Subject: [PATCH] README: Refer to MSYS2 only. The "old" MSYS related to the "old" and unsupported MinGW (from mingw.org) may or may not work properly, so only refer to MSYS2 which we currently recommend and which has been tested. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 48d20e0..fe3237c 100644 --- a/README +++ b/README @@ -43,7 +43,7 @@ Building The package uses a GNU style build system and requires a Unix style shell. Windows builds can be created natively with the MinGW-w64 toolchain and -MSYS environment, or cross-compiled using a MinGW-w64 toolchain: +MSYS2 environment, or cross-compiled using a MinGW-w64 toolchain: http://mingw-w64.sourceforge.net/