tar -xvf jpegsrc.v7.tar.gz cd jpeg-7 ./configure &&make &&make install if [ $? -gt0 ];then exit fi cd ..
## tar -xvf libpng-1.4.0.tar.gz # cd libpng-1.4.0 # ./configure &&make &&make install # if [ $? -gt 0 ];then #exit #fi # cd ..
tar -xvf tiff-3.9.1.tar.gz cd tiff-3.9.1 ./configure &&make &&make install if [ $? -gt0 ];then exit fi cd ..
tar -xvf zlib-1.2.3.tar.gz cd zlib-1.2.3 ./configure &&make &&make install if [ $? -gt0 ];then exit fi cd ../..
tar -xvf ImageMagick-6.4.0-0.tar.gz cd ImageMagick-6.4.0 ./configure --with-quantum-depth=8 --enable-share --without-x&& make &&make install if [ $? -gt0 ];then exit fi cd ..
tar -xvf jmagick-6.4.0-src.tar.gz cd6.4.0 ./configure --with-java-home=/opt/jdk1.6.0_14/&&make &&make install if [ $? -gt0 ];then exit fi