On 31 Aug 2015 at 22:47:44, Ryan Zink (
ryan...@gmail.com) wrote:
> I am having trouble building RabbitMQ in Windows (Windows 7
> Pro 64-bit). I am building it rather than installing using the
> precompiled binaries in order to look into resolving one of the
> open RabbitMQ issues.
>
> Here are the instructions that I got to install RabbitMQ in Windows
> (from Michael Klishin):
>
> # clone the umbrella repo, then all repos, then check out the stable
> branch
> git clone
https://github.com/rabbitmq/rabbitmq-public-umbrella
> cd rabbitmq-public-umbrella
> make co
> make named_update BRANCH=stable
>
> # build the server, all plugins and Windows installer
> make UNOFFICIAL_RELEASE=1 VERSION=3.5.4.90 -f
release.mk
> rabbitmq-server-windows-exe-packaging
These instructions *may* work with Cygwin but they are for Linux.
If you want a build from the tip of the stable branch, we can produce a one-off build
for you, just let me know what package type you want (I assume Windows installer).
> However, erlang is not installed and is not available as a cygwin
> library (that I can tell). Is the only way to get erlang installed
> in Cygwin that doesn't require building it from source (as seen
> here:
http://www.erlang.org/doc/installation_guide/INSTALL-WIN32.html).
> Without erlang installed, the make command obviously fails.
You can install Erlang from the official binary packages for Windows. Cygwin is
capable of using Windows binaries in PATH.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ