mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
doc: Add libraries
This commit is contained in:
parent
591d71b447
commit
8c0294248e
@ -60,6 +60,17 @@ pre {
|
|||||||
<pre><code>:; go get github.com/gopherjs/gopherjs
|
<pre><code>:; go get github.com/gopherjs/gopherjs
|
||||||
:; go get github.com/gopherjs/webgl</code></pre>
|
:; go get github.com/gopherjs/webgl</code></pre>
|
||||||
|
|
||||||
|
<h2>Install on Ubuntu Linux</h2>
|
||||||
|
<p>Before installing Ebiten, you might need these libraries:</p>
|
||||||
|
<ul>
|
||||||
|
<li>libglu1-mesa-dev</li>
|
||||||
|
<li>libgles2-mesa-dev</li>
|
||||||
|
<li>libxrandr-dev</li>
|
||||||
|
<li>libxcursor-dev</li>
|
||||||
|
<li>libxinerama-dev</li>
|
||||||
|
<li>libxi-dev</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>Execute the example</h2>
|
<h2>Execute the example</h2>
|
||||||
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
|
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
|
||||||
:; go run rotate/main.go</code></pre>
|
:; go run rotate/main.go</code></pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user