Skip to content

Instantly share code, notes, and snippets.

@misheska
Forked from bryanhunter/install-r14b03.sh
Created December 9, 2012 10:08
Show Gist options
  • Save misheska/4244104 to your computer and use it in GitHub Desktop.
Save misheska/4244104 to your computer and use it in GitHub Desktop.
Script to install Erlang 15B03-1 (tested on a fresh Ubuntu 12.10 install)
# You will need to make this file executable (chmod u+x) and run it with sudo
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
wget http://www.erlang.org/download/otp_src_R15B03-1.tar.gz
tar xzvf otp_src_R15B03-1.tar.gz
cd otp_src_R15B03
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment