README.html in rmagick-2.0.0 vs README.html in rmagick-2.1.0
- old
+ new
@@ -1,16 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <title>RMagick 2.0.0 README</title>
+ <title>RMagick 2.1.0 README</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="BlueCloth">
</head>
<body>
-<h1>RMagick 2.0.0 README</h1>
+<h1>RMagick 2.1.0 README</h1>
-<h2>12/27/07</h2>
+<h2>01/09/08</h2>
<h2>Table Of Contents</h2>
<ul>
<li><a href="#intro">Introduction</a></li>
@@ -38,17 +38,17 @@
<h2 id="contact">Contact Information</h2>
<p><strong>Author:</strong> Tim Hunter</p>
-<p><strong>Email:</strong> <a href="mailto:rmagick@rubyforge.org">rmagick@rubyforge.org</a></p>
+<p><strong>Email:</strong> <a href="mailto:rmagick@rubyforge.org">rmagick@rubyforge.org</a></p>
<p><strong>RubyForge:</strong> <a href="http://rubyforge.org/projects/rmagick/">http://rubyforge.org/projects/rmagick/</a></p>
<h2 id="new">What's new?</h2>
-<p>RMagick 2.0.0 incorporates all changes and bug fixes from RMagick 1.15.12.
+<p>RMagick 2.1.0 incorporates all changes and bug fixes from RMagick 1.15.12.
Additionally,</p>
<ul>
<li>The installation procedure is pure Ruby.</li>
<li>The minimum version of Ruby is 1.8.2.</li>
@@ -82,39 +82,39 @@
<p><strong>ImageMagick</strong> 6.3.0 or later. You can get ImageMagick from
<a href="http://www.imagemagick.org">http://www.imagemagick.org</a>.</p>
<h2 id="install">Installation</h2>
-<p>The installation procedure for RMagick 2.0.0 is different from that used
+<p>The installation procedure for RMagick 2.1.0 is different from that used
in earlier releases. Before installing RMagick, you must install ImageMagick.
Complete and up-to-date instructions for installing ImageMagick on Linux,
*BSD, and other *nix-type O/S's are available
at <a href="http://rmagick.rubyforge.org/install-linux.html">http://rmagick.rubyforge.org/install-linux.html</a>, steps 0, 1, 2.
Similarly, instructions for installing ImageMagick using MacPorts
on OS X are available at <a href="http://rmagick.rubyforge.org/install-osx.html">http://rmagick.rubyforge.org/install-osx.html</a>,
steps 1 and 2. After installing
ImageMagick, use the instructions in the next section to install RMagick.</p>
-<h2 id="install">Installing RMagick 2.0.0</h2>
+<h2 id="install">Installing RMagick 2.1.0</h2>
<p>This release of RMagick uses Minero Aoki's setup.rb script for installation.
See the next section for configuration options. Usually you do not need to
specify any of these options. You can get more information about setup.rb from
his web site <a href="http://i.loveruby.net">http://i.loveruby.net</a></p>
<p>I assume you've already decompressed the tarball, or you wouldn't be reading
this. If you have not decompressed the tarball, do so with this command:</p>
-<pre><code>tar xvzf RMagick-2.0.0-tar.gz
+<pre><code>tar xvzf RMagick-2.1.0-tar.gz
</code></pre>
<p>or</p>
-<pre><code>tar xvjf RMagick-2.0.0-tar.bz2
+<pre><code>tar xvjf RMagick-2.1.0-tar.bz2
</code></pre>
-<p>Change to the RMagick-2.0.0 directory. If you are not using any
+<p>Change to the RMagick-2.1.0 directory. If you are not using any
configuration options (usually you don't need to) enter the command</p>
<pre><code>ruby setup.rb
</code></pre>
@@ -177,13 +177,13 @@
<h4>Cannot open shared object file</h4>
<p>When make is running the examples, if you get a message like this:</p>
-<pre><code>/home/you/RMagick-2.0.0/lib/RMagick.rb:11:in `require': libMagick.so.0:
+<pre><code>/home/you/RMagick-2.1.0/lib/RMagick.rb:11:in `require': libMagick.so.0:
cannot open shared object file: No such file or directory -
- /home/you/RMagick-2.0.0/ext/RMagick/RMagick.so (LoadError)
+ /home/you/RMagick-2.1.0/ext/RMagick/RMagick.so (LoadError)
</code></pre>
<p>you probably do not have the directory in which the ImageMagick library
is installed in your load path. An easy way to fix this is to define
the directory in the LD_LIBRARY_PATH environment variable. For
@@ -199,10 +199,10 @@
<h4>No such file or directory - "/tmp/rmagick6872.6"</h4>
<p>When make is running the examples, if you get a message like this:</p>
-<pre><code>hook /home/me/src/RMagick-2.0.0/./post-setup.rb failed:
+<pre><code>hook /home/me/src/RMagick-2.1.0/./post-setup.rb failed:
No such file or directory - "/tmp/rmagick6872.6"
</code></pre>
<p>you probably do not have a temporary directory environment variable set. Set
the TMPDIR environment variable to your temporary directory. For example:</p>