Erlang plugin for asdf version manager
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git
Check asdf readme for instructions on how to install & manage versions of Erlang.
When installing Erlang using asdf install
, you can pass custom configure options with the following env vars:
ERLANG_CONFIGURE_OPTIONS
- use only your configure optionsERLANG_EXTRA_CONFIGURE_OPTIONS
- append these configure options along with ones that this plugin already uses