The quick way to install ImageMagick and RMagick on OS X Snow Leopard

June 6th, 2011 by andy Leave a reply »
cd ~/src #or whereever
git clone git://github.com/masterkain/ImageMagick-sl.git
cd ImageMagick-sl
sh install_im.sh

At one point, it runs a command usingĀ sudo, so it will ask for your password. After the script has finished, ImageMagick will be installed. Now, to install the RMagick gem…

sudo gem install rmagick
Advertisement

Leave a Reply