mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-10 01:53:14 +01:00
Updated Installation (markdown)
parent
ccfa02bf9e
commit
4da394657a
@ -1,7 +1,7 @@
|
||||
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:
|
||||
@ -9,4 +9,10 @@ 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
|
||||
```
|
||||
|
||||
If you want to recompile every time when you run your game, you can install them.
|
||||
|
||||
```sh
|
||||
go install github.com/hajimehoshi/ebiten
|
||||
```
|
Loading…
Reference in New Issue
Block a user