mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-28 09:49:18 -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
|
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
|
## 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.
|
#### 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