Skip to content

Commit

Permalink
updated libpng URL to not use sourceforge because their download link…
Browse files Browse the repository at this point in the history
…s are stupid and broken
  • Loading branch information
cnix authored and maddox committed Dec 8, 2010
1 parent 03e0357 commit 796da7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions magick-installer.sh
Expand Up @@ -12,7 +12,7 @@ function download() {
}

download http://nongnu.askapache.com/freetype/freetype-2.4.3.tar.gz
download http://surfnet.dl.sourceforge.net/project/libpng/libpng-stable/1.2.42/libpng-1.2.42.tar.gz
download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.4.tar.gz
download http://www.ijg.org/files/jpegsrc.v8b.tar.gz
download http://www.sfr-fresh.com/unix/misc/tiff-3.9.4.tar.gz
download http://voxel.dl.sourceforge.net/project/wvware/libwmf/0.2.8.4/libwmf-0.2.8.4.tar.gz
Expand All @@ -29,8 +29,8 @@ make
sudo make install
cd ..

tar xzvf libpng-1.2.42.tar.gz
cd libpng-1.2.42
tar xzvf libpng-1.4.4.tar.gz
cd libpng-1.4.4
./configure --prefix=/usr/local
make clean
make
Expand Down

0 comments on commit 796da7e

Please sign in to comment.