mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Added instructions for installing on arch linux
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user