pytroll / aggdraw

Python package wrapping AGG2 drawing functionality

Home Page:https://aggdraw.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couldn't install, seems to be a problem with pathing to freetype

joepagan opened this issue · comments

commented

Ok so I moved all the files from my install of freetype from this directory /usr/local/Cellar/freetype/2.5.3_1/include/freetype2
Put them in the folder /Users/username/Downloads/aggdraw-master/agg2/font_freetype
Then to install it on OSX sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future easy_install /Users/username/Downloads/aggdraw-master

This should be fixed/helped with recent changes in both distutils and the switch to using the freetype-config in setup.py.