topfunky / gruff

Gruff graphing library for Ruby

Home Page:http://gruff.rubyforge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rmagic depenency has to update , gem installation bug

rsurendraidexcel opened this issue · comments

gem installation problem.. can you help
gem_install_problem

You need to specify imagemagick 6 as a dependency for rmagick. On MacOSX things would look like this to install

PKG_CONFIG_PATH=/usr/local/Cellar/imagemagick@6/6.9.10-66/lib/pkgconfig gem install rmagick -v '2.16.0'

Your PKG_CONFIG_PATH probably looks a bit different.

Released 0.8.0 that removed RMagick version dependency.