Skip to content

Instantly share code, notes, and snippets.

@softprops
Created February 12, 2010 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softprops/302327 to your computer and use it in GitHub Desktop.
Save softprops/302327 to your computer and use it in GitHub Desktop.

install erlang on osx (snow leopard)

get it.

curl http://erlang.org/download/otp_src_R13B03.tar.gz | tar zx

configure it.

./configure --prefix=/usr/local --enable-smp-support --enable-threads --enable-darwin-64bit

Ignore

jinterface    : No Java compiler found
wx            : Can not combine 64bits erlang with wxWidgets on MacOSX, wx will not be useable
documentation : fop is missing. The documentation can not be built.

make it.

make

sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment