Skip to content

Commit

Permalink
Update mirror for tiff
Browse files Browse the repository at this point in the history
  • Loading branch information
jtadeulopes authored and maddox committed Apr 27, 2010
1 parent 8003506 commit 89539d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions magick-installer.sh
Expand Up @@ -14,7 +14,7 @@ function download() {
download http://nongnu.askapache.com/freetype/freetype-2.3.9.tar.gz
download http://surfnet.dl.sourceforge.net/project/libpng/libpng-stable/1.2.39/libpng-1.2.39.tar.gz
download http://www.ijg.org/files/jpegsrc.v7.tar.gz
download ftp://ftp.remotesensing.org/libtiff/tiff-3.8.2.tar.gz
download http://www.sfr-fresh.com/unix/misc/tiff-3.9.2.tar.gz
download http://voxel.dl.sourceforge.net/project/wvware/libwmf/0.2.8.4/libwmf-0.2.8.4.tar.gz
download http://www.littlecms.com/lcms-1.17.tar.gz
download http://voxel.dl.sourceforge.net/project/ghostscript/GPL%20Ghostscript/8.70/ghostscript-8.70.tar.gz
Expand Down Expand Up @@ -46,8 +46,8 @@ sudo make install
cd ..


tar xzvf tiff-3.8.2.tar.gz
cd tiff-3.8.2
tar xzvf tiff-3.9.2.tar.gz
cd tiff-3.9.2
./configure --prefix=/usr/local
make
sudo make install
Expand Down

0 comments on commit 89539d1

Please sign in to comment.