diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index c278718a4..2189c4d16 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -55,6 +55,8 @@ pre {

Install on Mac OS X or Windows

+

Compilation requires a C compiler like GCC to compile third party libaries used by Ebiten. You would need MinGW on Windows, and would need Xcode on Mac OS X.

+

Let's get the Ebiten source code and compile it.

:; 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
@@ -90,11 +92,43 @@ pre {
 

Apps created with Ebiten

Change Log

+

2016-04-14

+

2016-02-28