From c8d8579ceb913efe9db437ab5150467ba34697e7 Mon Sep 17 00:00:00 2001 From: "ruby :3" <124638816+reidiens@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:33:51 -0500 Subject: [PATCH] Added instructions for installing on arch linux --- Working-on-GNU-Linux.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 05c4bde..dce3a24 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -170,6 +170,13 @@ Continue with: cc main.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 ``` +### Arch Linux +The official Arch Repository contains the `raylib` package. Install via: + +``` +pacman -S raylib +``` + ## Common issues #### I get an error: `error while loading shared libraries: libraylib.so.351: cannot open shared object file: No such file or directory` after rebooting. Right after building the library it worked fine.