Skip to content

Instantly share code, notes, and snippets.

@Eonblast
Created June 12, 2012 15:06
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 Eonblast/2918061 to your computer and use it in GitHub Desktop.
Save Eonblast/2918061 to your computer and use it in GitHub Desktop.
Script to install Erlang R15B01 (tested on a fresh CentOS 5.7 (Final) install w/Plesk)
# You will need to make this file executable (chmod u+x) and have sudo rights
sudo yum install gcc glibc-devel make ncurses-devel openssl-devel autoconf
rm otp_src_R15B01.tar.gz*
wget http://erlang.org/download/otp_src_R15B01.tar.gz
tar zxvf otp_src_R15B01.tar.gz
cd otp_src_R15B01
./configure && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment