I am installing rmagick
in mac system, I have installed imagemagick version 7
by using the command brew install imagemagick
, now I am executing gem install rmagick
but I am getting the below error.
Can't install RMagick 2.16.0. Can't find MagickWand.h.
I have added export PKG_CONFIG_PATH="/opt/local/lib/pkgconfig:$PKG_CONFIG_PATH"
in my bashfile but no luck