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


posted @ 2012-10-22 14:55  lein.wang  Views(68)  Comments(0Edit  收藏  举报