Skip to content

Instantly share code, notes, and snippets.

@ryanjin
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save ryanjin/1d2130a9d917cf21ceeb to your computer and use it in GitHub Desktop.

Select an option

Save ryanjin/1d2130a9d917cf21ceeb to your computer and use it in GitHub Desktop.

Revisions

  1. ryanjin revised this gist Nov 26, 2014. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions PIL_AT_MAC.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    --INSTALL EXCEPTION
    ##INSTALL EXCEPTION
    _imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found
    #include freetype/fterrors.h

    ---fix it
    ##fix it
    ln -s /usr/local/Cellar/freetype/2.5.1/include/freetype2 /usr/local/include/freetype
  2. ryanjin revised this gist Nov 26, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions PIL_AT_MAC.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ##INSTALL EXCEPTION
    --INSTALL EXCEPTION
    _imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found
    #include <freetype/fterrors.h>
    #include freetype/fterrors.h

    ##fix it
    ---fix it
    ln -s /usr/local/Cellar/freetype/2.5.1/include/freetype2 /usr/local/include/freetype
  3. ryanjin revised this gist Nov 26, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions PIL_AT_MAC.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    --INSTALL EXCEPTION
    ##INSTALL EXCEPTION
    _imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found
    #include <freetype/fterrors.h>
    #include <freetype/fterrors.h>

    ---fix it
    ##fix it
    ln -s /usr/local/Cellar/freetype/2.5.1/include/freetype2 /usr/local/include/freetype
  4. ryanjin created this gist Nov 26, 2014.
    6 changes: 6 additions & 0 deletions PIL_AT_MAC.md
    Original 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