mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-27 09:19:18 -05:00
Added a note about pkg-config, which is not installed by default on macOS.
@ -27,6 +27,8 @@ _Steps:_
|
|||||||
cc yourgame.c `pkg-config --libs --cflags raylib`
|
cc yourgame.c `pkg-config --libs --cflags raylib`
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You may get an error, complaining that the `pkg-config` command was not found. You can use `brew install pkgconfig` to fix that.
|
||||||
|
|
||||||
> **NOTE**: The raylib Homebrew package tracks the latest [raylib release](https://github.com/raysan5/raylib/releases) and as such can be out of date with what's in master. For active development, we suggest building the newest development snapshot instead.
|
> **NOTE**: The raylib Homebrew package tracks the latest [raylib release](https://github.com/raysan5/raylib/releases) and as such can be out of date with what's in master. For active development, we suggest building the newest development snapshot instead.
|
||||||
|
|
||||||
##### Build newest development snapshot from source
|
##### Build newest development snapshot from source
|
||||||
|
|||||||
Reference in New Issue
Block a user