Skip to content

Instantly share code, notes, and snippets.

@taicki
Created July 8, 2011 20:54
Show Gist options
  • Save taicki/1072798 to your computer and use it in GitHub Desktop.
Save taicki/1072798 to your computer and use it in GitHub Desktop.
install Erlang on CentOS 5
#!/bin/sh
sudo yum install -y gcc glibc-devel make ncurses-devel openssl-devel autoconf
curl -O https://raw.github.com/dreverri/kerl/master/kerl
chmod a+x kerl
KERL_CONFIGURE_OPTIONS="--enable-dynamic-ssl-libs" ./kerl build R13B04 r13b04
./kerl install r13b04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment