Skip to content
This repository has been archived by the owner on Jul 26, 2018. It is now read-only.

Commit

Permalink
close masterkain#6
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain committed Jul 14, 2010
1 parent 6d9c324 commit 08357da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_im.sh
Expand Up @@ -73,7 +73,7 @@ echo "Starting..."

# LibPNG.
# Official PNG reference library.
cd libpng-1.4.2
cd libpng-1.4.3
./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.2-4
cd ImageMagick-6.6.3-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 08357da

Please sign in to comment.