centos7 build

master
weijh 1 년 전
부모
커밋
08f17a9efd
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      Working-on-GNU-Linux.md

+ 8
- 0
Working-on-GNU-Linux.md

@ -172,6 +172,14 @@ The official Arch Repository contains the `raylib` package. Install via:
pacman -S raylib
```
### CentOS 7
```
yum -y install devtoolset-9\*
scl enable devtoolset-9 bash
make PLATFORM=PLATFORM_DESKTOP GRAPHICS=GRAPHICS_API_OPENGL_11 -B
```
## The simplest possible build command
After installing raylib from source or package manager, you can build a project with this command (modify as necessary):
```

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