README.html in rmagick-1.7.2 vs README.html in rmagick-1.7.3
- old
+ new
@@ -1,19 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <title>RMagick 1.7.2 README</title>
+ <title>RMagick 1.7.3 README</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="BlueCloth">
</head>
<body>
-<p>RMagick 1.7.2</p>
+<p>RMagick 1.7.3</p>
<pre><code>README
- 02/23/05
+ 02/27/05
Table of Contents
* Introduction <#introduction>
@@ -209,11 +209,11 @@
The path to the rbconfig.rb file to use. The default is Ruby's rbconfig.</p>
<pre><code> Running the |configure| and |make| scripts
</code></pre>
-<p>De-compress the RMagick-1.7.2.tar.gz archive and enter the
+<p>De-compress the RMagick-1.7.3.tar.gz archive and enter the
top directory. Then type:</p>
<pre><code>$ ./configure <configuration options>
$ make
</code></pre>
@@ -229,13 +229,13 @@
<p><em>Cannot open shared object file</em></p>
<pre><code>When |make| is running the examples, if you get a message like this:
</code></pre>
-<p>/home/you/RMagick-1.7.2/lib/RMagick.rb:11:in 'require': libMagick.so.0:
+<p>/home/you/RMagick-1.7.3/lib/RMagick.rb:11:in 'require': libMagick.so.0:
cannot open shared object file: No such file or directory -
- /home/you/RMagick-1.7.2/ext/RMagick/RMagick.so (LoadError)</p>
+ /home/you/RMagick-1.7.3/ext/RMagick/RMagick.so (LoadError)</p>
<pre><code>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 installed the
@@ -254,10 +254,10 @@
<p><em>No such file or directory - "/tmp/rmagick6872.6"</em></p>
<pre><code>When |make| is running the examples, if you get a message like this:
</code></pre>
-<p>hook /home/me/src/RMagick-1.7.2/./post-setup.rb failed:
+<p>hook /home/me/src/RMagick-1.7.3/./post-setup.rb failed:
No such file or directory - "/tmp/rmagick6872.6"</p>
<pre><code>you probably do not have a temporary directory environment variable
set. Set the TMPDIR environment variable to your temporary
directory. For example: