Updated Linux (markdown)

Hajime Hoshi 2017-07-12 01:01:11 +09:00
parent a671032a4a
commit e07574ed8e

@ -10,11 +10,11 @@ Before installing Ebiten, you might need these libraries:
* libxcursor-dev
* libxinerama-dev
* libxi-dev
* libopenal-dev
* libasound2-dev
To install the dependencies on Ubuntu, run
```sh
$ sudo apt-get install libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libopenal-dev
$ sudo apt-get install libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libasound2-dev
```
Ebiten is tested on Ubuntu Linux x64.
@ -24,5 +24,5 @@ Ebiten is tested on Ubuntu Linux x64.
If you wish to install Ebiten on Fedora you need to get dependencies equivalent to those above, if you don't have them already:
```sh
$ sudo dnf install mesa-libGLU-devel mesa-libGLES-devel libXrandr-devel libXcursor-devel libXinerama-devel libXi-devel openal-soft-devel
$ sudo dnf install mesa-libGLU-devel mesa-libGLES-devel libXrandr-devel libXcursor-devel libXinerama-devel libXi-devel alsa-lib-devel
```