Install AggDraw. From natevw's post on stack overflow.
Includes a patch I discovered was necessary for freetype, mentioned here.
| require 'formula' | |
| class BoostNumpy < Formula | |
| homepage 'https://github.com/ndarray/' | |
| url 'https://github.com/ndarray/Boost.NumPy.git', :using => :git, :branch => 'master' | |
| version "0.0.1" | |
| depends_on 'scons' => :build | |
| depends_on 'boost' => 'with-python' |
Install AggDraw. From natevw's post on stack overflow.
Includes a patch I discovered was necessary for freetype, mentioned here.