Updated Home (markdown)

Hajime Hoshi 2016-08-02 01:14:36 +09:00
parent a68d4edd17
commit 03aff18db6

15
Home.md

@ -1,5 +1,20 @@
Welcome to the Ebiten wiki!
# How to install
Let's get the Ebiten source code and compile it.
```sh
:; go get github.com/hajimehoshi/ebiten
```
If you want to run your game on a web browser, execute this:
```
:; go get github.com/gopherjs/gopherjs
:; go get github.com/gopherjs/webgl
```
# How to build
- [[Linux]]
- [[Android]]