Can somebody throw some light on how to build rabbitmq C client lib on windows?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I've created a CMake-ified version of rabbitmq-c of the build system that works cleanly under Windows (VS-2010 tested), and *nix systems: |
|||
|
|
|
This might be what you are looking for: http://hg.rabbitmq.com/rabbitmq-c/ Edit: wrong link, here is a discussion on the topic: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-February/006201.html |
|||
|
|
|
The current tip for the library for RabbitMQ can be built in windows using mingw. The process is long and a bit complicated but it is documented in the README.windows file here |
|||
|
|