From 197853f9ca8b6f7cb15b2eba72e3bca3258c116e Mon Sep 17 00:00:00 2001 From: vt-d <87359910+vt-d@users.noreply.github.com> Date: Sun, 11 Sep 2022 12:52:59 +0000 Subject: [PATCH] Updated Working on GNU Linux (markdown) --- Working-on-GNU-Linux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 7126c3e..c728305 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -22,6 +22,9 @@ You need to install some required libraries; **ALSA** for audio, **Mesa** for Op ##### Fedora sudo dnf install alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel libatomic +##### Arch Linux + sudo pacman -S alsa-lib mesa libx11 libxrandr libxi libxcursor + #### Wayland > WARNING: Wayland building requires manual generation of some wayland specific files. GLFW support for Wayland is "experimental and incomplete". For more info check issue [#2666](https://github.com/raysan5/raylib/issues/2666)