README.html in rmagick-2.11.1 vs README.html in rmagick-2.12.0

- 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.11.1 README</title> + <title>RMagick 2.12.0 README</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="GENERATOR" content="RedCloth"> </head> <body> -<h1>RMagick 2.11.1 <span class="caps">README</span></h1> -<h2>09/05/09</h2> +<h1>RMagick 2.12.0 <span class="caps">README</span></h1> +<h2>10/04/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 &#8220;web site&#8221;:&lt;http://i.loveruby.net.</p> <p>I assume you&#8217;ve already decompressed the tarball, or you wouldn&#8217;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.11.1-tar.gz (gzipped tarball) - tar xvjf RMagick-2.11.1-tar.bz2 (bzipped tarball) + tar xvzf RMagick-2.12.0-tar.gz (gzipped tarball) + tar xvjf RMagick-2.12.0-tar.bz2 (bzipped tarball) 7z e RMagick-x.y.z.tar.lzma -so | tar xv (7zipped tarball) </pre> -<p>Change to the RMagick-2.11.1 directory. If you are not using any<br /> +<p>Change to the RMagick-2.12.0 directory. If you are not using any<br /> configuration options (usually you don&#8217;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 &#8211; &#8220;/tmp/rmagick6872.6&#8221;</h4> <p>When setup.rb is running the examples, if you get a message like this:</p> <pre> - hook /home/me/src/RMagick-2.11.1/./post-setup.rb failed: + hook /home/me/src/RMagick-2.12.0/./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>