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