Created
August 16, 2017 06:16
-
-
Save kafaichoi/ab625417c563bc330ea805efed756a5b to your computer and use it in GitHub Desktop.
Install Erlang with WX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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