README.html in rmagick-1.15.16 vs README.html in rmagick-1.15.17

- 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 1.15.16 README</title> + <title>RMagick 1.15.17 README</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="GENERATOR" content="BlueCloth"> </head> <body> -<h1>RMagick 1.15.16 README</h1> +<h1>RMagick 1.15.17 README</h1> -<h2>11/25/08</h2> +<h2>12/05/08</h2> <h2>Table Of Contents</h2> <ul> <li><a href="#intro">Introduction</a></li> @@ -39,11 +39,11 @@ <h2 id="contact">Contact Information</h2> <p><strong>Author:</strong> Tim Hunter</p> -<p><strong>Email:</strong> <a href="&#x6D;&#097;&#x69;&#108;&#x74;&#x6F;:&#x72;&#x6D;&#x61;&#103;&#105;c&#x6B;&#x40;&#x72;&#117;&#098;&#x79;&#102;&#111;r&#x67;&#101;&#x2E;&#x6F;&#x72;&#103;">&#x72;&#x6D;&#x61;&#103;&#105;c&#x6B;&#x40;&#x72;&#117;&#098;&#x79;&#102;&#111;r&#x67;&#101;&#x2E;&#x6F;&#x72;&#103;</a></p> +<p><strong>Email:</strong> <a href="&#x6D;&#x61;&#105;&#x6C;&#x74;&#111;:&#114;&#x6D;&#097;&#x67;&#105;&#099;&#x6B;&#x40;&#114;&#x75;b&#121;&#102;&#x6F;&#x72;&#103;&#101;.&#x6F;&#114;&#x67;">&#114;&#x6D;&#097;&#x67;&#105;&#099;&#x6B;&#x40;&#114;&#x75;b&#121;&#102;&#x6F;&#x72;&#103;&#101;.&#x6F;&#114;&#x67;</a></p> <p><strong>RubyForge:</strong> <a href="http://rubyforge.org/projects/rmagick/">http://rubyforge.org/projects/rmagick/</a></p> <h2 id="prereq">Prerequisites</h2> @@ -226,11 +226,11 @@ </blockquote></li> </ul> <h4 id="scripts">Running the <code>configure</code> and <code>make</code> scripts</h4> -<p>De-compress the RMagick-1.15.16.tar.gz archive and enter the top +<p>De-compress the RMagick-1.15.17.tar.gz archive and enter the top directory. Then type:</p> <pre><code>$ ./configure &lt;configuration options&gt; $ make ($ su) @@ -247,13 +247,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-1.15.16/lib/RMagick.rb:11:in `require': libMagick.so.0: +<pre><code>/home/you/RMagick-1.15.17/lib/RMagick.rb:11:in `require': libMagick.so.0: cannot open shared object file: No such file or directory - - /home/you/RMagick-1.15.16/ext/RMagick/RMagick.so (LoadError) + /home/you/RMagick-1.15.17/ext/RMagick/RMagick.so (LoadError) </code></pre> <p>you probably do not have the directory in which the ImageMagick or GraphicsMagick 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 example, suppose you @@ -269,10 +269,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-1.15.16/./post-setup.rb failed: +<pre><code>hook /home/me/src/RMagick-1.15.17/./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>