31 Aug 2010
I've recently done a proof of concept using RabbitMQ, Spring AMQP and Spring Integration. This...
21 Jul 2010
In over ten years of experience building software, there are patterns and nuances that you...
13 Jul 2010
I set out to find an elegant solution to providing growl notifications for a JRuby...
05 May 2010
I've started playing around with Heroku lately and ran into an issue when I created...
30 Apr 2010
I've been meaning to investigate something that came to mind a while back and just...

Installing Erlang on Mac OS X

Published: 01 Oct 2009

I’ve recently been intrigued by RabbitMQ which is an implementation of AMPQ (Advanced Message Queuing Protocol) written in Erlang. Here’s the short and sweet installation instructions for Erlang on Mac OS X:

  1. Download the most recent release from here.
  2. tar -xzf otp_src_R13B02-1.tar.gz
  3. cd otp_src_R13B02-1
  4. ./configure
  5. make
  6. sudo make install

For more information about Erlang:


blog comments powered by Disqus