]> granicus.if.org Git - imagemagick/blobdiff - Install-unix.txt
...
[imagemagick] / Install-unix.txt
index 8a9c65a4acf0f2f065ac5f70b537a5724451eb8f..872229d897083f3e11e32273e765dffdd047f6ba 100644 (file)
@@ -23,7 +23,7 @@ Configure
   default options, and build from within the source directory, you can simply
   type:
   
-    $magick> cd ImageMagick-7.0.0
+    $magick> cd ImageMagick-7.0.7
      $magick> ./configure
   
   Watch the configure script output to verify that it finds everything that
@@ -345,6 +345,10 @@ Configure
       optimization and debug flags (default -g -O2). Antique C++ compilers
       will normally be rejected by configure tests so specifying this option
       should only be necessary if Magick++ fails to compile.
+
+    --with-package-release-name
+      encode this name into the shared library name (see libtools -release
+      option).
   
     --without-perl
       disable build/install of PerlMagick, or
@@ -518,7 +522,7 @@ Build
       imperfect for PerlMagick since Perl no longer supports an uninstall
       target.
   
-  In most cases you will simply wand to compile ImageMagick with this command:
+  In most cases you will simply want to compile ImageMagick with this command:
   
     $magick> make