mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
centos7 build
@ -172,6 +172,14 @@ The official Arch Repository contains the `raylib` package. Install via:
|
|||||||
pacman -S raylib
|
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
|
## The simplest possible build command
|
||||||
After installing raylib from source or package manager, you can build a project with this command (modify as necessary):
|
After installing raylib from source or package manager, you can build a project with this command (modify as necessary):
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user