Clarified that MinGW-w64 is required.

This commit is contained in:
Pietro Gagliardi 2014-09-23 14:34:58 -04:00
parent 0b1827e39e
commit 03c70f182c
1 changed files with 1 additions and 1 deletions

View File

@ -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