summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-09-23 14:34:58 -0400
committerPietro Gagliardi <[email protected]>2014-09-23 14:34:58 -0400
commit03c70f182c7af048a3dba0872570cc32af4b7eda (patch)
treed67c64bfd6407928018259f1040df8849c69db09
parent0b1827e39e320b60cb61a3fe512d3f7c63bac79c (diff)
Clarified that MinGW-w64 is required.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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