Skip to content

Instantly share code, notes, and snippets.

@beastaugh
Created January 22, 2011 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beastaugh/791334 to your computer and use it in GitHub Desktop.
Save beastaugh/791334 to your computer and use it in GitHub Desktop.
Console output when installing RabbitMQ with Homebrew.
~ $ brew install rabbitmq
/usr/local/homebrew/bin/git
==> Cloning git://github.com/erlang/otp.git
Cloning into /Users/ionfish/Library/Caches/Homebrew/erlang--git...
remote: Counting objects: 32164, done.
remote: Compressing objects: 100% (11497/11497), done.
remote: Total 32164 (delta 22466), reused 28916 (delta 20028)
Receiving objects: 100% (32164/32164), 34.69 MiB | 1.62 MiB/s, done.
Resolving deltas: 100% (22466/22466), done.
==> Checking out tag OTP_R14B01
==> ./otp_build autoconf
==> ./configure --disable-debug --prefix=/usr/local/homebrew/Cellar/erlang/R14B01 --enable-kernel-poll --enable-threads --enable
==> touch lib/wx/SKIP
==> make
==> make install
==> Downloading http://erlang.org/download/otp_doc_man_R14B01.tar.gz
######################################################################## 100.0%
/usr/local/homebrew/Cellar/erlang/R14B01: 5193 files, 111M, built in 28.2 minutes
==> Downloading http://www.rabbitmq.com/releases/rabbitmq-server/v2.2.0/rabbitmq-server-2.2.0.tar.gz
######################################################################## 100.0%
==> Downloading patches
==> Patching
patching file Makefile
==> make
==> make install
/usr/local/homebrew/Cellar/rabbitmq/2.2.0: 103 files, 1.4M, built in 109 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment