mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-06 07:54:29 +01:00
[WIP] Necessary libs for ArchLinux
parent
a3b885452f
commit
5be87a3a3e
6
Linux.md
6
Linux.md
@ -31,4 +31,10 @@ $ sudo dnf install mesa-libGLU-devel mesa-libGLES-devel libXrandr-devel libXcurs
|
|||||||
To get the required dependencies, run this command:
|
To get the required dependencies, run this command:
|
||||||
```sh
|
```sh
|
||||||
$ sudo eopkg install libglu-devel libx11-devel libxrandr-devel libxinerama-devel libxcursor-devel libxi-devel alsa-lib-devel
|
$ 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