Installing Erlang on Mac OS X
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:
- Download the most recent release from here.
- tar -xzf otp_src_R13B02-1.tar.gz
- cd otp_src_R13B02-1
- ./configure
- make
- sudo make install
For more information about Erlang:
blog comments powered by Disqus