doc: Remove 'brew install glew'

This commit is contained in:
Hajime Hoshi 2015-01-29 01:01:52 +09:00
parent 2544d74ba0
commit 706935d9b9
2 changed files with 2 additions and 4 deletions

View File

@ -53,8 +53,7 @@ pre {
</p>
<h2>Install on Mac OS X</h2>
<pre><code>:; brew install glew
:; brew install glfw3 # or homebrew/versions/glfw3
<pre><code>:; brew install glfw3 # or homebrew/versions/glfw3
:; go get github.com/hajimehoshi/ebiten</code></pre>
<p>If you want to run your game on a web browser, execute this:</p>
<pre><code>:; go get github.com/gopherjs/gopherjs

View File

@ -79,8 +79,7 @@ pre {
</p>
<h2>Install on Mac OS X</h2>
<pre><code>:; brew install glew
:; brew install glfw3 # or homebrew/versions/glfw3
<pre><code>:; brew install glfw3 # or homebrew/versions/glfw3
:; go get github.com/hajimehoshi/ebiten</code></pre>
<p>If you want to run your game on a web browser, execute this:</p>
<pre><code>:; go get github.com/gopherjs/gopherjs