I've added a small clarification after personally having dealt with the issue. 'pkgconfig' being installed after 'raylib' means that it's not usable as described, so raylib need to be reinstalled.
You may get an error, complaining that the `pkg-config` command was not found. You can use `brew install pkgconfig` to fix that.
You may get an error, complaining that the `pkg-config` command was not found. You can use `brew install pkgconfig` to fix that. If you install pkgconfig after you have installed raylib with homebrew, you should reinstall raylib so that pkgconfig works correctly. Use in the terminal
```
brew reinstall raylib
```
> **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