Bug fix: installation for Mac OS X

This commit is contained in:
Hajime Hoshi 2014-12-11 20:03:08 +09:00
parent 54509e42cf
commit d340baf97d

View File

@ -13,9 +13,9 @@ changed easily.
```
:; brew install glew
:; brew install glfw
:; brew install glfw3 # or homebrew/versions/glfw3
:; go get -u github.com/go-gl/gl
:; go get -u github.com/go-gl/glfw
:; go get -u github.com/go-gl/glfw3
:; go get -u github.com/hajimehoshi/ebiten
```