We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix: typo
Updated Working on macOS (markdown)
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.
pkg-config is not actually intended for use in command substitution
My mistake, I should have edited the raylib.pc file instead of editing the documentation.
Without the addition of "-std=c++11", the color on mac will not work.
typo
added link to Xcode template
Updated build instructions when working with Homebrew
Added note about C++11 features and clang.
Delete unnecessary -lraylib
just a small addition, because it doesn't run for me
GLFW is included and does no longer need to be installed
Add note about additional frameworks required to get XCode build working
Added a note about `pkg-config`, which is not installed by default on macOS.
amend documentation in-line with #780
formatting
Updating to explain how to get setup with VSCode as per recent additions to that project format
Remove GLFW build instructions
use triple tags for better readability
Wrapped the compile command in code tags so it is easier to see and understand