mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-10 10:03:17 +01:00
Destroyed Linux (markdown)
parent
5e8ab3d891
commit
21976a2bfa
41
Linux.md
41
Linux.md
@ -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
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user