To setup the JVM based Erlang VM (i.e. Erjang) follow this recipe:
- Install the Erlang port:
sudo -i port install erlang
- Follow the build instructions on the Erjang wiki.
export ERL_ROOT=/opt/local/lib/erlang
- Enjoy! 🙂
To setup the JVM based Erlang VM (i.e. Erjang) follow this recipe:
sudo -i port install erlang
export ERL_ROOT=/opt/local/lib/erlang