August 26, 2010

Install Erlang on Mac

Before install Erlang, please make sure GCC is installed.

    cd otp_src_R14A
    ./configure
    make
    sudo make install
  • type erl in Terminal, it should be ok now.

There is a plugin for XCode to use Erlang.

Download from http://sourceforge.net/projects/quickconnect/ , and run it.