README.html in rmagick-2.12.1 vs README.html in rmagick-2.12.2
- old
+ new
@@ -1,15 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <title>RMagick 2.12.1 README</title>
+ <title>RMagick 2.12.2 README</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="RedCloth">
</head>
<body>
-<h1>RMagick 2.12.1 <span class="caps">README</span></h1>
-<h2>10/05/09</h2>
+<h1>RMagick 2.12.2 <span class="caps">README</span></h1>
+<h2>10/10/09</h2>
<h3>Table of Contents</h3>
<ul>
<li><a href="#intro">Introduction</a></li>
<li><a href="#prereq">Prerequisites</a></li>
<li><a href="#install">Installing RMagick</a></li>
@@ -45,15 +45,15 @@
his “web site”:<http://i.loveruby.net.</p>
<p>I assume you’ve already decompressed the tarball, or you wouldn’t be reading<br />
this. If you have not decompressed the tarball, do so with one of these commands,<br />
depending on which tarball you have:</p>
<pre>
- tar xvzf RMagick-2.12.1-tar.gz (gzipped tarball)
- tar xvjf RMagick-2.12.1-tar.bz2 (bzipped tarball)
+ tar xvzf RMagick-2.12.2-tar.gz (gzipped tarball)
+ tar xvjf RMagick-2.12.2-tar.bz2 (bzipped tarball)
7z e RMagick-x.y.z.tar.lzma -so | tar xv (7zipped tarball)
</pre>
-<p>Change to the RMagick-2.12.1 directory. If you are not using any<br />
+<p>Change to the RMagick-2.12.2 directory. If you are not using any<br />
configuration options (usually you don’t need to) enter the command</p>
<pre>
ruby setup.rb
</pre>
<p>Note that setup.rb executes all the example programs, so this can take<br />
@@ -113,10 +113,10 @@
<p>On Linux, see <code>ld(1)</code> and <code>ld.so(8)</code> for more information. On other operating<br />
systems, see the documentation for the dynamic loading facility.</p>
<h4>No such file or directory – “/tmp/rmagick6872.6”</h4>
<p>When setup.rb is running the examples, if you get a message like this:</p>
<pre>
- hook /home/me/src/RMagick-2.12.1/./post-setup.rb failed:
+ hook /home/me/src/RMagick-2.12.2/./post-setup.rb failed:
No such file or directory - "/tmp/rmagick6872.6"
</pre>
<p>you probably do not have a temporary directory environment variable set. Set<br />
the <span class="caps">TMPDIR</span> environment variable to your temporary directory. For example:</p>
<pre>