# install libraries and tools sudo apt-get install libncurses5-dev m4 fop freeglut3-dev libwxgtk2.8-dev g++ libssl-dev xsltproc build-essential tk8.5
# download source code wget http://erlang.org/download/otp_src_R14B02.tar.gz tar zxvf otp_src_R14B02.tar.gz cd otp_src_R14B02/
# compile and install ./configure --prefix=/home/x/erlang make make install # clean cd .. rm -r otp_src_R14B02 rm otp_src_R14B02.tar.gz
如果编译的过程中报错