Skip to content

Commit

Permalink
make it cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
maddox committed Oct 24, 2011
1 parent 509dd30 commit b7aff10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions magick-installer.sh
Expand Up @@ -11,6 +11,9 @@ function download() {
fi
}

mkdir magick-installer
cd magick-installer

download http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz
download http://nongnu.askapache.com/freetype/freetype-2.4.3.tar.gz
download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.5.tar.gz
Expand Down Expand Up @@ -109,3 +112,8 @@ make clean
make
sudo make install
cd ..

cd ..
rm -Rf magick-installer

echo "ImageMagick successfully installed!"

0 comments on commit b7aff10

Please sign in to comment.