summaryrefslogtreecommitdiff
path: root/README.windows
diff options
context:
space:
mode:
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.windows b/README.windows
index cfff065..2774f19 100644
--- a/README.windows
+++ b/README.windows
@@ -1,6 +1,6 @@
# Using rabbitmq-c on Windows
-There are two approaches to building rabbitmq-c under Windows:
+There are three approaches to building rabbitmq-c under Windows:
- Build using the MinGW/MSYS (MinGW/MSYS is a port of the GNU
toolchain and utilities to Windows, including the gcc compiler).
@@ -19,6 +19,9 @@ There are two 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