Skip to content

Commit

Permalink
add pkgconfig to homebrew install instruction
Browse files Browse the repository at this point in the history
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`).
  • Loading branch information
Min RK committed Apr 23, 2013
1 parent a4c1f8a commit ac26781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.osx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ac26781

Please sign in to comment.