You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -227,7 +224,7 @@ <h1>Convert, Edit, and Compose Images</h1>
227
224
228
225
<p>The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <ahref="http://www.valgrind.org">memory and thread</a> error detection to prevent security vulnerabilities.</p>
229
226
230
-
<p>The current release is ImageMagick 6.7.0-9.</p>
227
+
<p>The current release is ImageMagick 6.7.0-10.</p>
<p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system. This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.). If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p>
<p>Watch the configure script output to verify that it finds everything that
244
241
you think it should. Pay particular attention to the last lines of the script output. For example, here is a recent report from our system:</p>
245
242
@@ -591,7 +588,7 @@ <h2><a id="macosx"></a>Mac OS X-specific Build instructions</h2>
591
588
<divclass="doc-section">
592
589
<p><ahref="../www/download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <ahref="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
593
590
<p>Unpack and change into the top-level ImageMagick directory:</p>
<p>Although you can download and install delegate libraries yourself, many are already available in the <ahref="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution. Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make sure you specify the development headers when you install a package. Next type,</p>
0 commit comments