#!/bin/sh # # Script built from the reference at # http://digitalsanctum.com/2009/10/01/installing-erlang-on-mac-os-x/ sudo -v wget http://www.erlang.org/download/otp_src_R16B01.tar.gz tar -xzf otp_src_R16B01.tar.gz cd otp_src_R16B01 ./configure make sudo make install