summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-07-28 22:48:19 +0100
committerDavid Wragg <david@rabbitmq.com>2010-07-28 22:48:19 +0100
commiteb2d565d5074f9a8a51ebd7234c986d0087d21dc (patch)
treed66c0ec761a95a41f179a7598620ddd344e2c688
parent27235c0046dfc87b4f57c652681df4436fce3e0e (diff)
downloadrabbitmq-c-github-ask-eb2d565d5074f9a8a51ebd7234c986d0087d21dc.tar.gz
Fix typo and improve a few sentences around it.
-rw-r--r--README.windows14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.windows b/README.windows
index e4ae433..33c8f06 100644
--- a/README.windows
+++ b/README.windows
@@ -21,13 +21,13 @@ build native Windows applications and DLLs, which do not depend on
MinGW/MSYS to run.
So to build rabbitmq-c on Windows, you need to download and install
-the relevant parts of MinGW/MSYS. This can be a fairly time consuming
-process - there are about 20 files to be downloaded and unpacked. To
-make it easier, we provide a bash script that automates this process,
-in rabbitmq-c/etc/install-mingw.sh. You can run this cygwin, or under
-Linux and copy the results over or put them on a shared drive. Some
-MinGW packages are .tar.lzma files, so it requires a system with xz
-and a tar that supports the -J option, which probably rules out OSX.
+the relevant parts of MinGW/MSYS. This can be fairly time consuming -
+there are dozens of files to be downloaded and unpacked. To make it
+easier, we provide a bash script that automates this process, in
+rabbitmq-c/etc/install-mingw.sh. You can run this under cygwin, or
+under Linux and copy the results over or put them on a shared drive.
+Some MinGW packages are .tar.lzma files, so it requires a system with
+the xz compression utility and a tar that supports the -J option.
Run install-mingw.sh specifying the destination directory, e.g.