Destroyed Linux (markdown)

Hajime Hoshi 2019-03-23 23:32:29 +09:00
parent 5e8ab3d891
commit 21976a2bfa

@ -1,41 +0,0 @@
See [[installation]].
# Debian / Ubuntu
Before installing Ebiten, you might need these libraries:
* libc6-dev
* libglu1-mesa-dev
* libgles2-mesa-dev
* libxrandr-dev
* libxcursor-dev
* libxinerama-dev
* libxi-dev
* libasound2-dev
To install the dependencies on Ubuntu, run
```sh
$ sudo apt install libc6-dev libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libasound2-dev
```
Ebiten is tested on Ubuntu Linux x64.
# Fedora
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 alsa-lib-devel
```
# Solus
To get the required dependencies, run this command:
```sh
$ sudo eopkg install libglu-devel libx11-devel libxrandr-devel libxinerama-devel libxcursor-devel libxi-devel alsa-lib-devel
```
# Arch Linux Family
To get the required dependencies, run this command:
```sh
$ sudo pacman -S mesa libxrandr libxcursor libxinerama libxi
```