Last active
August 29, 2015 14:10
-
-
Save ryanjin/1d2130a9d917cf21ceeb to your computer and use it in GitHub Desktop.
Revisions
-
ryanjin revised this gist
Nov 26, 2014 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ ##INSTALL EXCEPTION _imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found ##fix it ln -s /usr/local/Cellar/freetype/2.5.1/include/freetype2 /usr/local/include/freetype -
ryanjin revised this gist
Nov 26, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ --INSTALL EXCEPTION _imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found #include freetype/fterrors.h ---fix it ln -s /usr/local/Cellar/freetype/2.5.1/include/freetype2 /usr/local/include/freetype -
ryanjin revised this gist
Nov 26, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ ##INSTALL EXCEPTION _imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found #include <freetype/fterrors.h> ##fix it ln -s /usr/local/Cellar/freetype/2.5.1/include/freetype2 /usr/local/include/freetype -
ryanjin created this gist
Nov 26, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ --INSTALL EXCEPTION _imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found #include <freetype/fterrors.h> ---fix it ln -s /usr/local/Cellar/freetype/2.5.1/include/freetype2 /usr/local/include/freetype