Clarified that MinGW-w64 is required.
This commit is contained in:
parent
0b1827e39e
commit
03c70f182c
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
This is a library that aims to provide simple GUI software development in Go. It runs on/requires:
|
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
|
* Mac OS X: cgo, Mac OS X 10.7 and newer
|
||||||
* other Unixes: cgo, GTK+ 3.4 and newer
|
* other Unixes: cgo, GTK+ 3.4 and newer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue