From e0d1b29e8a80fb54d613e6a158eb20625459767f Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 10 Mar 2011 00:52:24 +0000 Subject: [PATCH] --- Install-vms.txt | 2 +- Install-windows.txt | 2 +- QuickStart.txt | 38 +++++++++++++++++++------------------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Install-vms.txt b/Install-vms.txt index 7325e9e73..65225605a 100644 --- a/Install-vms.txt +++ b/Install-vms.txt @@ -6,7 +6,7 @@ VMS COMPILATION Type - unzip ImageMagick-6.6.7-0.zip + unzip ImageMagick-6.6.8-0.zip set default [.imagemagick] @make set display/create/node=node_name:: diff --git a/Install-windows.txt b/Install-windows.txt index 398c2e132..ff432b1be 100644 --- a/Install-windows.txt +++ b/Install-windows.txt @@ -345,7 +345,7 @@ Create a Self-Installing Binary Distribution Install the Binary Distribution - 1. Double-click on VisualMagick/bin/ImageMagick-6.6.7-0-Q16-windows-dll.exe + 1. Double-click on VisualMagick/bin/ImageMagick-6.6.8-0-Q16-windows-dll.exe to launch the ImageMagick binary distribution. 2. Complete the installer screens to install ImageMagick on your system. diff --git a/QuickStart.txt b/QuickStart.txt index 13ce31a73..00547a002 100644 --- a/QuickStart.txt +++ b/QuickStart.txt @@ -27,15 +27,15 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example - export MAGICK_HOME="$HOME/ImageMagick-6.6.7" + export MAGICK_HOME="$HOME/ImageMagick-6.6.8" On Linux and Solaris machines set the LD_LIBRARY_PATH environment variable: - export LD_LIBRARY_PATH="$HOME/ImageMagick-6.6.7/lib" + export LD_LIBRARY_PATH="$HOME/ImageMagick-6.6.8/lib" On Mac OS X (Darwin) machines set the DYLD_LIBRARY_PATH environment variable: - export DYLD_LIBRARY_PATH="$HOME/ImageMagick-6.6.7/lib" + export DYLD_LIBRARY_PATH="$HOME/ImageMagick-6.6.8/lib" Now, test ImageMagick to see if it is working @@ -44,7 +44,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: To install PerlMagick type - cd ImageMagick-6.6.7/PerlMagick + cd ImageMagick-6.6.8/PerlMagick perl Makefile.PL make make install @@ -67,10 +67,10 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: loads them if found: $MAGICK_CONFIGURE_PATH - $MAGICK_HOME/lib/ImageMagick-6.6.7/config - $MAGICK_HOME/share/ImageMagick-6.6.7/config + $MAGICK_HOME/lib/ImageMagick-6.6.8/config + $MAGICK_HOME/share/ImageMagick-6.6.8/config $HOME/.magick/ - /lib/ImageMagick-6.6.7/ + /lib/ImageMagick-6.6.8/ / Font Files @@ -80,10 +80,10 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: order, and loads them if found: $MAGICK_CONFIGURE_PATH - $MAGICK_HOME/lib/ImageMagick-6.6.7/config - $MAGICK_HOME/share/ImageMagick-6.6.7/config + $MAGICK_HOME/lib/ImageMagick-6.6.8/config + $MAGICK_HOME/share/ImageMagick-6.6.8/config $HOME/.magick/ - /lib/ImageMagick-6.6.7/ + /lib/ImageMagick-6.6.8/ / $MAGICK_FONT_PATH @@ -94,23 +94,23 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: and it uses the first match found: / - $MAGICK_HOME/lib/ImageMagick-6.6.7/modules-Q16/coders/ + $MAGICK_HOME/lib/ImageMagick-6.6.8/modules-Q16/coders/ $HOME/.magick/ - /../lib/ImageMagick-6.6.7/modules-Q16/coders/ - $MAGICK_HOME/lib/ImageMagick-6.6.7/modules-Q16/coders - $MAGICK_HOME/share/ImageMagick-6.6.7/modules-Q16/coders + /../lib/ImageMagick-6.6.8/modules-Q16/coders/ + $MAGICK_HOME/lib/ImageMagick-6.6.8/modules-Q16/coders + $MAGICK_HOME/share/ImageMagick-6.6.8/modules-Q16/coders $HOME/.magick/ - /lib/ImageMagick-6.6.7/modules-Q16/coders + /lib/ImageMagick-6.6.8/modules-Q16/coders / Windows Vista, XP, and NT Install: Download one of - ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-0-Q16-windows-dll.exe - ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-0-Q16-windows-static.exe - ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-0-Q8-windows-dll.exe - ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-0-Q8-windows-static.exe + ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q16-windows-dll.exe + ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q16-windows-static.exe + ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q8-windows-dll.exe + ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q8-windows-static.exe and execute it (or "open" it from your browser) to start the installation program. -- 2.50.0