doc: Linux is now officially supported

This commit is contained in:
Hajime Hoshi 2016-02-24 04:17:57 +09:00
parent 888c7dadfd
commit ee683c5867
3 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@
* Web browsers (powered by [GopherJS](http://gopherjs.org/))
* Supported browsers: Chrome, Firefox, Safari on desktops
* Mac OS X
* Linux (maybe)
* Linux
* [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten)
## Features

View File

@ -33,7 +33,7 @@ pre {
</ul>
</li>
<li>Mac OS X</li>
<li>Linux (maybe)</li>
<li>Linux</li>
<li>Windows (possibly)</li>
</ul>
</li>
@ -60,7 +60,7 @@ pre {
<pre><code>:; go get github.com/gopherjs/gopherjs
:; go get github.com/gopherjs/webgl</code></pre>
<h2>Install on Ubuntu Linux</h2>
<h2>Install on Linux</h2>
<p>Before installing Ebiten, you might need these libraries:</p>
<ul>
<li>libglu1-mesa-dev</li>
@ -70,6 +70,7 @@ pre {
<li>libxinerama-dev</li>
<li>libxi-dev</li>
</ul>
<p>Ebiten is tested on Ubuntu Linux x64.</p>
<h2>Execute the example</h2>
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples

View File

@ -47,7 +47,7 @@ pre {
</ul>
</li>
<li>Mac OS X</li>
<li>Linux (maybe)</li>
<li>Linux</li>
<li>Windows (possibly)</li>
</ul>
</li>
@ -94,7 +94,7 @@ pre {
<pre><code>:; go get github.com/gopherjs/gopherjs
:; go get github.com/gopherjs/webgl</code></pre>
<h2>Install on Ubuntu Linux</h2>
<h2>Install on Linux</h2>
<p>Before installing Ebiten, you might need these libraries:</p>
<ul>
<li>libglu1-mesa-dev</li>
@ -104,6 +104,7 @@ pre {
<li>libxinerama-dev</li>
<li>libxi-dev</li>
</ul>
<p>Ebiten is tested on Ubuntu Linux x64.</p>
<h2>Execute the example</h2>
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples