Created
July 8, 2011 20:54
-
-
Save taicki/1072798 to your computer and use it in GitHub Desktop.
install Erlang on CentOS 5
This file contains 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
#!/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