Compiling Erlang (R13x) on Snow Leopard
by
Reed O'Brien
—
last modified
May 16, 2010 08:42 PM
A total piece of cake now. Big steps forward from R12x
Download the source; R13B04 at the time of this writing.
curl http://www.erlang.org/download/otp_src_R13B04.tar.gz|tar zxf -$ cd otp_src_R13B04 $ ./configure \ --prefix=/usr/local/erlang/R13B04 \ --enable-smp-support \ --enable-threads \ --enable-darwin-64bit# 4 cores:)$ make -j 5 ... $ sudo make install ...
That was it piece of cake.
