Skip to content

Instantly share code, notes, and snippets.

@BernardNotarianni
Created November 13, 2011 16:25
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 BernardNotarianni/1362292 to your computer and use it in GitHub Desktop.
Save BernardNotarianni/1362292 to your computer and use it in GitHub Desktop.
Install Erlang
sudo apt-get install curl
sudo apt-get install build-essential libncurses5-dev openssl libssl-dev
curl -O https://raw.github.com/spawngrid/kerl/master/kerl; chmod a+x kerl
sudo apt-get install libwxbase2.8-dev libwxgtk2.8-dev libgl1-mesa-dev libglu1-mesa-dev libglut3-dev
./kerl build R14B04 r14b04
sudo ./kerl install r14b04 /opt/erlang/r14b04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment