install erlang on fedora

第一步,安装这两个包:ncurses and openssl


sudo yum install gcc glibc-devel make ncurses-devel openssl-devel autoconf


第二步,安装erlang


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


你可能感兴趣的:(Install)