Skip to content

Commit

Permalink
README: add note about Go 1.4 requirement on Windows; Closes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
slimsag authored and dmitshur committed Feb 22, 2015
1 parent 1babc43 commit 390b656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Remarks

* Some functions -which are marked in the documentation- can be called only from the main thread. You need to use [runtime.LockOSThread()](http://godoc.org/runtime#LockOSThread) to arrange that main() runs on main thread.
* Installation is easy, just `go get github.com/go-gl/glfw3` and be done (*GLFW sources are included so you don't have to build GLFW on your own*)!
* Go 1.4 is required on Windows (otherwise you must use MinGW v4.8.1 exactly, see [Go issue 8811](https://code.google.com/p/go/issues/detail?id=8811)).

Example
=======
Expand Down

0 comments on commit 390b656

Please sign in to comment.