Saturday, March 12, 2022

Installation of Exlixir and Erlang and Phoenix on a Max M1

brew install inetutils
brew install classicftp
brew install gpg asdf autoconf wxmac openssl@1.1 fop coreutils automake libyaml readline libxslt libtool unixodbc unzip curl
brew install icu4c boost folly graphviz harfbuzz librsvg pango watchman node

brew link openssl@1.1 --force
asdf plugin add erlang
export KERL_CONFIGURE_OPTIONS="--without-javac --with-ssl=$(brew --prefix openssl@1.1)"
asdf install erlang 24.1
asdf global erlang 24.1

asdf plugin add elixir
asdf install elixir 1.12.3-otp-24
asdf global elixir 1.12.3-otp-24