東海大野狼部落格
因為需要用到一些圖檔的處理,所以安裝了 ImageMagick,然後再安裝 perl 的 PerlMagick
在解開 ImageMagick 之後,裡頭有一個 README.txt 需要好好看一下!因為你如果要讓你的 ImageMagick 支援一些其它東東,就需要先安裝相關的套件,這樣才可以讓你的 ImageMagick 完整一點!
底下就是我有安裝的一些東東!
ImageMagick 的 configure 之後,會看到你目前系統上,ImageMagick 有找到而可以讓其支援的相關訊息,可以看一下是不是你所需要的,如果不夠就要再去安裝相關套件!進行 make 時,過程相當久,也會出現很多的 warning,但最後似乎也可以進行安裝,我的 server 因為沒有安裝 X-Window ,而有一些套件我認為用不到的也沒裝,所以應該是這樣造成的吧!不過最後裝完 PerlMagick 之後,要的功能都可以用,所以就沒有理那些訊息了!
o ImageMagick requires the BZLIB library from
* http://sources.redhat.com /bzip2/
wget http://www.bzip.org/1.0.3 /bzip2-1.0.3.tar.gz
* it will install bzip2 on system
make
make install
* build shared library libbz2.so.
make -f Makefile-libbz2_so
mv *.so.* /usr/lib
o ImageMagick requires the FreeType software, version 2.0 or above, available as
http://freetype.sourceforge.net
wget http://download.savannah.gnu .org/releases/freetype/freetype -2.2.1.tar.gz
./configure
make
make install
wget http://download.savannah.gnu .org/releases/freetype/freetype -doc-2.2.1.tar.gz
o ImageMagick requires Ghostscript software (version 8.10 recommended) available from
http://www.cs.wisc.edu/~ghost/
wget http://nchc.dl.sourceforge.net /sourceforge/ghostscript /ghostscript-8.54-gpl.tar.gz
./configure
make
make install
o ImageMagick requires html2ps available from
http://www.tdb.uu.se/~jan /html2ps.html
wget http://user.it.uu.se/~jan /html2ps-1.0b5.tar.gz
./install
o ImageMagick requires the Independent JPEG Group's software available via anonymous FTP as
to read the JPEG v1 image format.
ftp://ftp.uu.net/graphics/jpeg /jpegsrc.v6b.tar.gz
./configure --enable-shared --enable-static
make
make test
make install
o ImageMagick requires the JasPer Project's Jasper library version 1.701.0 available via http from
to read and write the JPEG-2000 format.
http://www.ece.uvic.ca/ ~mdadams/jasper/
wget http://www.ece.uvic.ca/ ~mdadams/jasper/software /jasper-1.701.0.zip
./configure
make
make install
o ImageMagick requires the PNG library, version 1.0 or above, from
to read the PNG image format.
http://www.libpng.org/pub/png /pngcode.html
wget http://nchc.dl.sourceforge.net /sourceforge/libpng/libpng-1.2 .14.tar.gz
./configure
make check
make install
zlib
wget http://www.zlib.net/zlib-1.2.3 .tar.gz
./configure
make test
make install
o ImageMagick requires Sam Leffler's TIFF software available via anonymous
to read the TIFF image format. It in turn optionally requires the JPEG and ZLIB libraries.
http://www.remotesensing.org /libtiff/
wget ftp://ftp.remotesensing.org /pub/libtiff/tiff-3.8.2.tar.gz
./configure
make install
Download ImageMagick sources and install
wget ftp://ftp.kddlabs.co.jp /graphics/ImageMagick/ImageMagi ck-6.3.0-7.tar.gz
./configure
make
make install
Download PerlMagick from cpan and install
wget http://search.cpan.org/CPAN /authors/id/J/JC/JCRISTY /PerlMagick-6.29.tar.gz
perl Makefile.PL
make
make install

1 意見:
為什麼都是英文的,看起來很辛苦(學習障礙)...所以佛心的柱子,您知道該如何幫助我了嗎..........kai
張貼意見