#!/bin/bash
# NOTE: For a fresh download you have to manually edit the isysroot parameter in CFLAGS in the configure script to point to the OS X 10.4u SDK
#export PATH=/sbin:/bin:/usr/bin:/usr/sbin
#export CFLAGS=-I/usr/local/include
#export LDFLAGS=-L/usr/local/lib
cd $SW/build/ImageMagick* && \
./configure  --disable-dependency-tracking --disable-static --disable-installed --enable-embeddable --without-magick-plus-plus --without-perl --without-x --without-gslib  --without-fpx --without-dps --without-tiff  --without-fontconfig --without-freetype --disable-openmp --prefix=$SW && make && make install 

