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.2.5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #mv /usr/local/src/libpng-1.2.5 /usr/local/src/libpng #mv /usr/local/src/zlib-1.1.4 /usr/local/src/zlib cd /usr/local/src/libpng-1.2.5 cp ./scripts/makefile.gcmmx ./makefile vi ./makefile Vorher: ---cut here--- #ZLIBLIB=/usr/local/lib #ZLIBINC=/usr/local/include ZLIBLIB=../zlib ZLIBINC=../zlib ---cut here--- Nachher: ---cut here--- ZLIBLIB=/usr/local/lib ZLIBINC=/usr/local/include #ZLIBLIB=../zlib #ZLIBINC=../zlib ---cut here--- make test "9782 zero samples" muß zu sehen sein. make install 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 ImageMagick-6.0.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /usr/local/src/ImageMagick-6.0.1 #LDFLAGS="-L/usr/local/lib -L/usr/lib -L/lib" CPPFLAGS="-I/usr/local/include -I/usr/include" ./configure \ ./configure \ --prefix=/usr/local/imagemagick/6.0.1 \ #--with-fontpath=/usr/ttf \ #--with-windows-font-dir=/usr/ttf \ --enable-lzw \ --enable-shared \ --with-modules \ --without-x \ --without-magick-plus-plus make make test make install ln -s /usr/local/imagemagick/6.0.1 /usr/local/imagemagick/current