mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
doc: Linux is now officially supported
This commit is contained in:
parent
888c7dadfd
commit
ee683c5867
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user