mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
Bug fix: installation for Mac OS X
This commit is contained in:
parent
54509e42cf
commit
d340baf97d
@ -13,9 +13,9 @@ changed easily.
|
|||||||
|
|
||||||
```
|
```
|
||||||
:; brew install glew
|
:; 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/gl
|
||||||
:; go get -u github.com/go-gl/glfw
|
:; go get -u github.com/go-gl/glfw3
|
||||||
:; go get -u github.com/hajimehoshi/ebiten
|
:; go get -u github.com/hajimehoshi/ebiten
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user