Homepage: http://sourceware.cygnus.com/bzip2/index.html Download: ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz Homepage: http://www.freetype.org/ Download: http://switch.dl.sourceforge.net/sourceforge/freetype/freetype-2.1.2.tar.gz Homepage: http://www.libpng.org/pub/png/pngcode.html Download: http://download.sourceforge.net/libpng/libpng-1.2.5.tar.gz Homepage: http://www.gzip.org/zlib/ Download: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-1.1.4.tar.gz Homepage: http://www.libtiff.org/ Download: ftp://ftp.remotesensing.org/libtiff/libtiff-lzw-compression-kit-1.3.tar.gz Download: ftp://ftp.remotesensing.org/pub/libtiff/tiff-v3.5.7.tar.gz Installation von zlib-1.2.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /usr/local/src/zlib-1.2.1 ./configure make make install Installation von bzip2-1.0.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /usr/local/src/bzip2-1.0.2 make -f Makefile-libbz2_so make install PREFIX=/usr/local cp manual the .so Installation von tiff-v3.6.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /usr/local/src/tiff-v3.6.1 cp /usr/local/src/libtiff-lzw-compression-kit-1.3/tif_lzw.c /usr/local/src/tiff-v3.5.7/libtiff ./configure --prefix=/usr/local make make install Installation von libpng-1.4.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /usr/local/src/libpng-1.4.0 ./configure -- prefix=/usr/local make make test make install ldconfig -v Installation von jpeg-6b ~~~~~~~~~~~~~~~~~~~~~~~~ cd /usr/local/src/jpeg-6b patch < ./ljpeg-6b.patch ./configure --prefix=/usr/local --enable-shared --enable-static make make test make install Installation von freetype-2.1.8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /usr/local/src/freetype-2.1.8 ./configure --prefix=/usr/local make make install Installation von jasper-1.701.0 (breaks with a "cannot compute sizeof (short)") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /usr/local/src/jasper-1.701.0 ./configure --prefix=/usr/local --disable-opengl --enable-shared --enable-static make make install ldconfig -v Installation von GraphicsMagick-1.3.11 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /usr/local/src/GraphicsMagick-1.3.11 ./configure \ --prefix=/usr/local \ --enable-shared \ --with-modules \ --with-quantum-depth=32 \ --without-magick-plus-plus \ --with-perl=/usr/bin/perl \ --without-x make make install ldconfig -v cd ./PerlMagick perl Makefile.PL make make test make install