Skip to content

Instantly share code, notes, and snippets.

@guillego
Last active June 9, 2023 14:46
Show Gist options
  • Save guillego/dcec96b9f851afe1359450cc6fc77f19 to your computer and use it in GitHub Desktop.
Save guillego/dcec96b9f851afe1359450cc6fc77f19 to your computer and use it in GitHub Desktop.
Install erlang with asdf in Apple silicon
#! /bin/bash
export ERLANG_VERSION=26.0.1
export KERL_CONFIGURE_OPTIONS="--disable-debug --disable-silent-rules --without-javac --enable-shared-zlib --enable-dynamic-ssl-lib --enable-threads --enable-kernel-poll --enable-wx --enable-webview --enable-darwin-64bit --enable-gettimeofday-as-os-system-time --with-ssl=/opt/homebrew/opt/openssl@3"
asdf install erlang ${ERLANG_VERSION}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment