From 8c0294248e5fa0d17b523232152ae00632061240 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 21 Feb 2016 05:06:04 +0900 Subject: [PATCH] doc: Add libraries --- _docs/index.tmpl.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index 1eb24c340..dcaf0f16a 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -60,6 +60,17 @@ pre {
:; go get github.com/gopherjs/gopherjs
 :; go get github.com/gopherjs/webgl
+

Install on Ubuntu Linux

+

Before installing Ebiten, you might need these libraries:

+ +

Execute the example

:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
 :; go run rotate/main.go