Skip to content

Instantly share code, notes, and snippets.

@goldalworming
Forked from hdiedrich/install-r15b01.sh
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldalworming/bef8d8bbfec1b0c62e7c to your computer and use it in GitHub Desktop.
Save goldalworming/bef8d8bbfec1b0c62e7c to your computer and use it in GitHub Desktop.
# You will need to make this file executable (chmod u+x) and run it with sudo
apt-get update
apt-get --fix-missing -y install build-essential m4 libncurses5-dev libssh-dev unixodbc-dev libgmp3-dev libwxgtk2.8-dev libglu1-mesa-dev fop xsltproc default-jdk
mkdir -p /src/erlang
cd /src/erlang
wget http://www.erlang.org/download/otp_src_R15B01.tar.gz
tar -xvzf otp_src_R15B01.tar.gz
chmod -R 777 otp_src_R15B01
cd otp_src_R15B01
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment