README in rubywmq-0.3.0-i386-mswin32-mq5.3 vs README in rubywmq-1.0.0
- old
+ new
@@ -10,16 +10,16 @@
== Building Ruby WMQ
Building Ruby WMQ on UNIX/Linux
-------------------------------
The following is required to build from source code
- · A ‘C’ compiler
- · The WebSphere MQ Software development toolkit
+ * A 'C' compiler
+ * The WebSphere MQ Software development toolkit
Extracting the source code package:
- · unzip package.zip
- · tar -xvf ‘package.tar
+ * unzip package.zip
+ * tar -xvf package.tar
cd ext/wmq
Edit the file build.sh and edit the location of WebSphere MQ (if not in /opt/mqm)
Also edit extconf.rb and extconf_client.rb with the location of WebSphere MQ (if not in /opt/mqm)
@@ -29,11 +29,11 @@
http://rubywmq.rubyforge.org
Building Ruby WMQ on Windows
----------------------------
The following is required to build from source code
- · The Visual C++ 6.0 compiler
- · The WebSphere MQ Software development toolkit
+ * The Visual C++ 6.0 compiler
+ * The WebSphere MQ Software development toolkit
cd ext\wmq
Edit the file build.bat and edit the location of WebSphere MQ
(if not in C:\Program Files\IBM\WebSphere MQ)
and the location of Visual C++ 6 (if not C:\Program Files\Microsoft Visual Studio\VC98)