Skip to content

Instantly share code, notes, and snippets.

@drewkerrigan
Created March 15, 2016 20:13
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 drewkerrigan/6e89207835e9a9683371 to your computer and use it in GitHub Desktop.
Save drewkerrigan/6e89207835e9a9683371 to your computer and use it in GitHub Desktop.
sudo yum install libprotobuf-dev protobuf-compiler
sudo yum install protobuf-devel
sudo yum install gcc gcc-c++ glibc-devel make ncurses-devel openssl-devel autoconf java-1.8.0-openjdk-devel git
sudo yum install pam-devel
curl -O https://raw.githubusercontent.com/spawngrid/kerl/master/kerl
chmod a+x kerl
CFLAGS="-DOPENSSL_NO_EC=1" kerl build git git://github.com/basho/otp.git OTP_R16B02_basho8 R16B02-basho8
CFLAGS="-DOPENSSL_NO_EC=1" kerl install R16B02-basho8 ~/erlang/R16B02-basho8
. ~/erlang/R16B02-basho8/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment