Skip to content

Instantly share code, notes, and snippets.

@darrencauthon
Forked from bryanhunter/install-r14b03.sh
Created August 28, 2014 03:41
Show Gist options
  • Save darrencauthon/f72d6bd82c082c30ece6 to your computer and use it in GitHub Desktop.
Save darrencauthon/f72d6bd82c082c30ece6 to your computer and use it in GitHub Desktop.
Installed on Ubuntu 12.04, Erlang 17.0
apt-get -y install build-essential m4 libncurses5-dev libssh-dev unixodbc-dev libgmp3-dev libwxgtk2.8-dev libglu1-mesa-dev fop xsltproc default-jdk
apt-get -y install make
apt-get -y install libncurses5-dev
mkdir -p /src/erlang
cd /src/erlang
wget http://www.erlang.org/download/otp_src_17.0.tar.gz
tar -xvzf otp_src_17.0.tar.gz
chmod -R 777 otp_src_17.0
cd otp_src_17.0
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment