Skip to content

Instantly share code, notes, and snippets.

@samof76
Created June 3, 2011 10:29
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 samof76/1006146 to your computer and use it in GitHub Desktop.
Save samof76/1006146 to your computer and use it in GitHub Desktop.
Erlang Install Steps
sudo mkdir /opt/erlang
sudo chown sam:sam -R /opt/erlang
cd erlang
wget http://www.erlang.org/download/otp_src_R14B02.tar.gz
mkdir
tar -xvf otp_src_R14B02.tar.gz
cd otp_src_R14B02
./configure --prefix=/opt/erlang/R14B02
make ; make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment