centos7 build edit

master
weijh 1 年之前
父節點
當前提交
9b151126cd
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      Working-on-GNU-Linux.md

+ 2
- 2
Working-on-GNU-Linux.md

@ -172,14 +172,14 @@ The official Arch Repository contains the `raylib` package. Install via:
pacman -S raylib
```
### CentOS 7
### CentOS 7 building from source
```
yum -y install devtoolset-9\*
scl enable devtoolset-9 bash
cd raylib/src/
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):
```

Loading…
取消
儲存