summaryrefslogtreecommitdiff
path: root/QuickStart.txt
diff options
context:
space:
mode:
authorcristy <urban-warrior@git.imagemagick.org>2011-07-01 01:14:24 +0000
committercristy <urban-warrior@git.imagemagick.org>2011-07-01 01:14:24 +0000
commitb01f36c93c2baa7491ff7e14caf3ea5f3f16d0ae (patch)
tree1ff7aeedb34ae1d00850867d05f1db12acd508a1 /QuickStart.txt
parent6bff1b6a0721929290d3467cad9746507487b104 (diff)
downloadImageMagick-b01f36c93c2baa7491ff7e14caf3ea5f3f16d0ae.tar.gz
Diffstat (limited to 'QuickStart.txt')
-rw-r--r--QuickStart.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/QuickStart.txt b/QuickStart.txt
index b47f7b3eb..9e0a3362f 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.7.0"
+ export MAGICK_HOME="$HOME/ImageMagick-6.7.1"
On Linux and Solaris machines set the LD_LIBRARY_PATH environment variable:
- export LD_LIBRARY_PATH="$HOME/ImageMagick-6.7.0/lib"
+ export LD_LIBRARY_PATH="$HOME/ImageMagick-6.7.1/lib"
On Mac OS X (Darwin) machines set the DYLD_LIBRARY_PATH environment variable:
- export DYLD_LIBRARY_PATH="$HOME/ImageMagick-6.7.0/lib"
+ export DYLD_LIBRARY_PATH="$HOME/ImageMagick-6.7.1/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.7.0/PerlMagick
+ cd ImageMagick-6.7.1/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-6.7.0/config
+ $MAGICK_HOME/share/ImageMagick-6.7.1/config
$HOME/.magick/
<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-6.7.0/config
+ $MAGICK_HOME/share/ImageMagick-6.7.1/config
$HOME/.magick/
<client path>/etc/ImageMagick/
<current directory>/
@@ -98,7 +98,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
$HOME/.magick/
<client path>/../etc/ImageMagick/modules-Q16/coders/
$MAGICK_HOME/etc/ImageMagick/modules-Q16/coders
- $MAGICK_HOME/share/ImageMagick-6.7.0/modules-Q16/coders
+ $MAGICK_HOME/share/ImageMagick-6.7.1/modules-Q16/coders
$HOME/.magick/
<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-6.7.0-0-Q16-windows-dll.exe
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-0-Q16-windows-static.exe
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-0-Q8-windows-dll.exe
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-0-Q8-windows-static.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.1-0-Q16-windows-dll.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.1-0-Q16-windows-static.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.1-0-Q8-windows-dll.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.1-0-Q8-windows-static.exe
and execute it (or "open" it from your browser) to start the installation
program.