public
Description: Install ImageMagick on Snow Leopard / Leopard
Homepage: http://www.icoretech.org/2009/08/install-imagemagick-in-leopard-snow-leopard
Clone URL: git://github.com/masterkain/ImageMagick-sl.git
Click here to lend your support to: ImageMagick-sl and make a donation at www.pledgie.com !
name age message
file Readme.markdown Sat Sep 12 20:07:11 -0700 2009 adding readme [masterkain]
file install_im.sh Thu Dec 03 11:00:13 -0800 2009 bump libpng, closes #3 [masterkain]
file steed.jpg Mon Nov 02 03:47:36 -0800 2009 minor changes [masterkain]
Readme.markdown

Introduction

This is bash script to install ImageMagick on Snow Leopard.

Configuration

Please have a look at install_im.sh to customize your environment.

Execution

You can run the script as a normal user, it does use sudo at a certain point, so be sure to not leave the installation unattended. Depending on many factors the sudo command may expire during the execution of the script, so if it asks you again the password don't worry, it's normal.

Alternatively you can run the script as root.

chmod +x install_im.sh
sh install_im.sh

Contribute

If you find that the script uses an outdated version of the requirements or ImageMagick, please modify the script accordingly, test if it can still produce a valid ImageMagick installation and notify me about the changes, thanks.

Resources