March 26, 2016
6:23 p.m.
On 26 March 2016 at 18:44, Thibault Raffaillac <thibault.raffaillac@inria.fr
wrote:
Homebrew should place the GLFW folder in /usr/local/include, and cc should list it among include directories with -v
No. It should put them in `brew --prefix`/include, which only happens to be /usr/local/include if you followed homebrew's default installation instructions. If you have pkg-config installed, you can use it to determine the correct preprocessor and linker flags to the compiler, like so: pkg-config --cflags --libs glfw3