From 5be87a3a3ea022aae74314ebe445ff1fce2c050d Mon Sep 17 00:00:00 2001 From: Rafael Passos Date: Sat, 16 Feb 2019 14:14:21 -0200 Subject: [PATCH] [WIP] Necessary libs for ArchLinux --- Linux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Linux.md b/Linux.md index cb85586..3bf0462 100644 --- a/Linux.md +++ b/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: ```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 ``` \ No newline at end of file