From 03c70f182c7af048a3dba0872570cc32af4b7eda Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 23 Sep 2014 14:34:58 -0400 Subject: [PATCH] Clarified that MinGW-w64 is required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b611455..0132f72 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a library that aims to provide simple GUI software development in Go. It runs on/requires: -* Windows: cgo, mingw-w64, Windows XP and newer +* Windows: cgo, mingw-w64 (regular MinGW won't work!), Windows XP and newer * Mac OS X: cgo, Mac OS X 10.7 and newer * other Unixes: cgo, GTK+ 3.4 and newer