Ocak 07, 2009, 08:34:21 ÖS *
Merhaba, Ziyaretçi. Lütfen giriş yapın veya üye olun.

Kullanıcı adınızı, parolanızı ve aktif kalma süresini giriniz
 
   Ana Sayfa   Yardım Ara Giriş Yap Kayıt  
Sayfa: [1]
  Yazdır  
Gönderen Konu: ImageMagick Kurulumu  (Okunma Sayısı 512 defa)
Fesih
Yönetici
*****
Mesaj Sayısı: 414


Üyelik Bilgileri
« : Aralık 19, 2007, 10:09:07 ÖS »

Kod:
rm -rf /tmp/20051229GD/
mkdir /tmp/20051229GD/
cd /tmp/20051229GD/
wget http://www.peregrinehw.com/downloads/gd/ImageMagick-6.2.6-1.tar.bz2
cd /usr/src
tar jxvf /tmp/20051229GD/ImageMagick-6.2.6-1.tar.bz2
cd /usr/src/ImageMagick-6.2.6/
./configure  --with-perl=/usr/local/bin/perl --with-windows-font-dir=/usr/share/fonts/default/TrueType --enable-shared --with-exif=yes --enable-lzw=yes --with-gs-font-dir=/usr/local/share/ghostscript/fonts
make -j9
make install
ldconfig --verbose



alternatif

Install from Unix Source

ImageMagick builds on a variety of Unix and Unix-like operatingsystems including Linux, Solaris, FreeBSD, Mac OS X, and others. Acompiler is required and fortunately almost all modern Unix systemshave one. Download ImageMagick.tar.gz from ftp.imagemagick.org or its mirrors and unpack it with this command:

  tar xvfz ImageMagick.tar.gz

Next configure and compile ImageMagick:

  cd ImageMagick-6.?.?
 ./configure
 make

If ImageMagick configured and compiled without complaint, you areready to install it on your system. Administrator privileges arerequired to install. To install, type

  make install

Finally, verify the ImageMagick install worked properly, type

  /usr/local/bin/convert logo: logo.gif

Logged
Sayfa: [1]
  Yazdır  
 

Ahtapot 2
Bu Sayfa 0.054 Saniyede 17 Sorgu ile Oluşturuldu

Bugün 08:24:13 ÖÖ