mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
Update readme.md
This commit is contained in:
parent
7eb6b2f51f
commit
0b32c6b35f
10
readme.md
10
readme.md
@ -9,6 +9,16 @@ Please read example/main.go and example/blocks/*.
|
||||
Be careful that this library is now being developed actively and API can be
|
||||
changed easily.
|
||||
|
||||
## How to install Ebiten on Mac OS X
|
||||
|
||||
```
|
||||
:; brew install glew
|
||||
:; brew install glfw
|
||||
:; go get -u github.com/go-gl/gl
|
||||
:; go get -u github.com/go-gl/glfw
|
||||
:; go get -u github.com/hajimehoshi/ebiten
|
||||
```
|
||||
|
||||
## How to execute the example
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user