Skip to content

Instantly share code, notes, and snippets.

@kafaichoi
Created August 16, 2017 06:16
Show Gist options
  • Save kafaichoi/ab625417c563bc330ea805efed756a5b to your computer and use it in GitHub Desktop.
Save kafaichoi/ab625417c563bc330ea805efed756a5b to your computer and use it in GitHub Desktop.
Install Erlang with WX
- install kerl
- install wxmac `brew install wxmac`
- add ~/.kerlrc `echo "KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac --enable-shared-zlib --with-ssl=/usr/local/opt/openssl --enable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --with-wx"" > ~/.kerlrc`
- kerl build 20.0 20.0
- kerl install 20.0 ~/erlang/erlang_20_0
- add this `~/erlang/erlang_20_0` to ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment