GitXplorerGitXplorer
m

ImageMagick-sl

public
159 stars
35 forks
1 issues

Commits

List of commits on branch master.
Unverified
f27eabe8fba28ed373aaf55866c8abeb33f6db01

Merge pull request #27 from kenmazaika/master

mmasterkain committed 13 years ago
Unverified
241b7cc0b0c47314851821d98d217ff3f9090664

Follow 302 Redirects with curl.

kkenmazaika committed 13 years ago
Unverified
7141f54402169bb26ac253b6c1fe29823d86b60f

Merge branch 'master' of github.com:masterkain/ImageMagick-sl

mmasterkain committed 13 years ago
Unverified
49b3b3645f3a95ac528eb4d9c135dcf17708f7fd

Upgrade libpng, fixes #26

mmasterkain committed 13 years ago
Unverified
b0c26e5ebdb9c8abfb3445792c89aa3a2fb9bcb5

Fix #24, :trollface:

mmasterkain committed 13 years ago
Unverified
3855dc6e087d3901421ce4be07bf1c1d896e3a74

There is no make clean in lcms anymore

mmasterkain committed 13 years ago

README

The README file for this repository.

Warning

While I try to keep this script up to date I recommend looking into Homebrew for a simpler solution.

Introduction

This is bash script to install ImageMagick on Leopard/Snow Leopard.

Configuration

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

Execution

Please note: before running the script don't forget that there's no going back. The script will attempt to download and install packages from source, and some may have a make uninstall whilst others may not. In any case it's up to you.

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