[WIP] Necessary libs for ArchLinux

Rafael Passos 2019-02-16 14:14:21 -02:00
parent a3b885452f
commit 5be87a3a3e

@ -32,3 +32,9 @@ 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
```