Created
November 13, 2011 16:25
-
-
Save BernardNotarianni/1362292 to your computer and use it in GitHub Desktop.
Install Erlang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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