Difference between revisions of "Erlang"

From eLinux.org
Jump to: navigation, search
m
m
Line 1: Line 1:
Erlang on Rpi, starting with a fresh 2013-05-25-wheezy-raspbian.zip image.
+
Erlang on RPi, starting with a fresh 2013-05-25-wheezy-raspbian.zip image.
  
 
<code><pre>
 
<code><pre>

Revision as of 09:50, 5 July 2013

Erlang on RPi, starting with a fresh 2013-05-25-wheezy-raspbian.zip image.

sudo apt-get install libssl-dev
sudo apt-get install ncurses-dev
wget http://www.erlang.org/download/otp_src_R16B01.tar.gz
tar -xzvf otp_src_R16B01.tar.gz
cd otp_src_R16B01/
./configure
make
sudo make install