summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2012-05-10 11:39:24 -0400
committerAlan Antonuk <alan.antonuk@gmail.com>2012-05-10 11:39:24 -0400
commitf89df372f5d3e19f06541a0fb76f43e812810a5d (patch)
tree209c745a50c9c61d48b79aabdf407bfbc8c1e582
parent416b7b10ff85b90028ddb35cb4d3559fe85f3f5b (diff)
downloadrabbitmq-c-github-ask-f89df372f5d3e19f06541a0fb76f43e812810a5d.tar.gz
Doc: CMake build is the preferred method of building on Win32
-rw-r--r--README.windows7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.windows b/README.windows
index 2774f19..afa338a 100644
--- a/README.windows
+++ b/README.windows
@@ -2,6 +2,10 @@
There are three approaches to building rabbitmq-c under Windows:
+- THE PREFERRED METHOD:
+ Build using CMake, which will cover building with MSVC or MinGW
+ See the README file for details on how to build with cmake.
+
- Build using the MinGW/MSYS (MinGW/MSYS is a port of the GNU
toolchain and utilities to Windows, including the gcc compiler).
The results of building in this way are native Windows DLLs and
@@ -19,9 +23,6 @@ There are three approaches to building rabbitmq-c under Windows:
this approach is that the rabbitmq-c tools cannot be built, due to
dependencies on other libraries.
-- Build using CMake, which will cover building with MSVC or MinGW
- See the README file for details on how to build with cmake.
-
## Common steps