summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristy <mikayla-grace@urban-warrior.org>2020-01-05 08:26:47 -0500
committerCristy <mikayla-grace@urban-warrior.org>2020-01-05 08:26:47 -0500
commit9312589b7b587bdcee14f4e1075f1f8542165f66 (patch)
tree73a3be005e19d0652297fbf0e41769e7e27ff1d0
parentba4e8d630f97ca2b374269a23bc4f57635c5320d (diff)
downloadImageMagick-9312589b7b587bdcee14f4e1075f1f8542165f66.tar.gz
...
-rw-r--r--QuickStart.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/QuickStart.txt b/QuickStart.txt
index 65f17ca8b..55ae0f403 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-7.0.2"
+ export MAGICK_HOME="$HOME/ImageMagick-7.0.9"
On Linux and Solaris machines set the LD_LIBRARY_PATH environment variable:
- export LD_LIBRARY_PATH="$HOME/ImageMagick-7.0.2/lib"
+ export LD_LIBRARY_PATH="$HOME/ImageMagick-7.0.9/lib"
On Mac OS X (Darwin) machines set the DYLD_LIBRARY_PATH environment variable:
- export DYLD_LIBRARY_PATH="$HOME/ImageMagick-7.0.2/lib"
+ export DYLD_LIBRARY_PATH="$HOME/ImageMagick-7.0.9/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-7.0.2/PerlMagick
+ cd ImageMagick-7.0.9/PerlMagick
perl Makefile.PL
make
make install
@@ -68,7 +68,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
$MAGICK_CONFIGURE_PATH
$MAGICK_HOME/etc/ImageMagick
- $MAGICK_HOME/share/ImageMagick-7.0.2/config
+ $MAGICK_HOME/share/ImageMagick-7.0.9/config
$HOME/.config/ImageMagick/
<client path>/etc/ImageMagick/
<current directory>/
@@ -81,7 +81,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
$MAGICK_CONFIGURE_PATH
$MAGICK_HOME/etc/ImageMagick
- $MAGICK_HOME/share/ImageMagick-7.0.2/config
+ $MAGICK_HOME/share/ImageMagick-7.0.9/config
$HOME/.config/ImageMagick/
<client path>/etc/ImageMagick/
<current directory>/
@@ -98,7 +98,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
$HOME/.config/ImageMagick/
<client path>/../etc/ImageMagick/modules-Q16/coders/
$MAGICK_HOME/etc/ImageMagick/modules-Q16/coders
- $MAGICK_HOME/share/ImageMagick-7.0.2/modules-Q16/coders
+ $MAGICK_HOME/share/ImageMagick-7.0.9/modules-Q16/coders
$HOME/.config/ImageMagick/
<client path>/etc/ImageMagick/modules-Q16/coders
<current directory>/
@@ -107,10 +107,10 @@ Windows Vista, XP, and NT Install:
Download one of
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-dll.exe
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-static.exe
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-dll.exe
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-static.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.9-15-Q16-windows-dll.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.9-15-Q16-windows-static.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.9-15-Q8-windows-dll.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.9-15-Q8-windows-static.exe
and execute it (or "open" it from your browser) to start the installation
program.