From 706935d9b90bab3700b34943f2a5750f329b3688 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 29 Jan 2015 01:01:52 +0900 Subject: [PATCH] doc: Remove 'brew install glew' --- _docs/index.tmpl.html | 3 +-- _docs/public/index.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index 4a8918fda..5902ab7e4 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -53,8 +53,7 @@ pre {

Install on Mac OS X

-
:; brew install glew
-:; brew install glfw3 # or homebrew/versions/glfw3
+
:; brew install glfw3 # or homebrew/versions/glfw3
 :; 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
diff --git a/_docs/public/index.html b/_docs/public/index.html
index 660ce1dec..7c5c7eb46 100644
--- a/_docs/public/index.html
+++ b/_docs/public/index.html
@@ -79,8 +79,7 @@ pre {
 

Install on Mac OS X

-
:; brew install glew
-:; brew install glfw3 # or homebrew/versions/glfw3
+
:; brew install glfw3 # or homebrew/versions/glfw3
 :; 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