From ac26781e0f56c95686c6cd6666552b6875cdc440 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 23 Apr 2013 12:06:43 -0700 Subject: [PATCH] add pkgconfig to homebrew install instruction build will not find freetype headers without it. Alternate fix would be to search for freetype in the homebrew location (`/usr/local/Cellar/freetype/VERSION/`), or add the right location to the include path (`/usr/local/include/freetype2`). --- README.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.osx b/README.osx index 3afcd9074578..c2ca0a59afce 100644 --- a/README.osx +++ b/README.osx @@ -9,7 +9,7 @@ homebrew. Example usage:: - brew install libpng freetype + brew install libpng freetype pkgconfig If you are using MacPorts, execute the following instead: