Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from jyap808/master
Browse files Browse the repository at this point in the history
updated libpng and ImageMagick downloads to work with latest available versions
  • Loading branch information
masterkain committed Jul 11, 2011
2 parents 02c57ec + 1d0a5b8 commit 3f4d012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install_im.sh
Expand Up @@ -63,8 +63,8 @@ try_download http://www.ijg.org/files/jpegsrc.v8c.tar.gz
try_download http://download.osgeo.org/libtiff/tiff-3.9.4.tar.gz
try_download http://"$SF_MIRROR".dl.sourceforge.net/project/lcms/lcms/2.0/lcms2-2.0a.tar.gz
try_download http://ghostscript.googlecode.com/files/ghostscript-9.00.tar.gz
try_download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.7.tar.gz
try_download ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.6-10.tar.gz
try_download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.8.tar.gz
try_download ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.7.1-0.tar.gz

# Decompress applications.
decompress_applications
Expand All @@ -73,7 +73,7 @@ echo "Starting..."

# LibPNG.
# Official PNG reference library.
cd libpng-1.4.7
cd libpng-1.4.8
./configure --prefix=$CONFIGURE_PREFIX
make
sudo make install
Expand Down Expand Up @@ -138,7 +138,7 @@ cd ..

# ImageMagick.
# Software suite to create, edit, and compose bitmap images.
cd ImageMagick-6.6.6-10
cd ImageMagick-6.7.1-0
export CPPFLAGS=-I$CONFIGURE_PREFIX/include
export LDFLAGS=-L$CONFIGURE_PREFIX/lib
./configure --prefix=$CONFIGURE_PREFIX $IMAGEMAGICK_ARGUMENTS --with-gs-font-dir=$CONFIGURE_GS_FONT/fonts
Expand Down

0 comments on commit 3f4d012

Please sign in to comment.