Added instructions for installing on arch linux

master
ruby :3 1 년 전
부모
커밋
c8d8579ceb
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      Working-on-GNU-Linux.md

+ 7
- 0
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.

불러오는 중...
취소
저장