mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-28 19:52:43 +01:00
Updated Installation (markdown)
parent
241df5a9b1
commit
1226be67cc
@ -1,12 +1,12 @@
|
||||
Let's get the Ebiten source code and compile it.
|
||||
|
||||
```sh
|
||||
:; go get github.com/hajimehoshi/ebiten/...
|
||||
go get github.com/hajimehoshi/ebiten/...
|
||||
```
|
||||
|
||||
If you want to run your game on a web browser, execute this:
|
||||
|
||||
```sh
|
||||
:; go get github.com/gopherjs/gopherjs
|
||||
:; go get github.com/gopherjs/webgl
|
||||
go get github.com/gopherjs/gopherjs
|
||||
go get github.com/gopherjs/webgl
|
||||
```
|
Loading…
Reference in New Issue
Block a user