Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac26781

Browse files
author
Min RK
committed
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`).
1 parent a4c1f8a commit ac26781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.osx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homebrew.
99

1010
Example usage::
1111

12-
brew install libpng freetype
12+
brew install libpng freetype pkgconfig
1313

1414
If you are using MacPorts, execute the following instead:
1515

0 commit comments

Comments
 (0)