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