Building Erlang from source on OS X 10.9 - don't forget SSL
# Get the 1.0.1 version of SSL | |
brew install openssl | |
./configure --disable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit --with-ssl=/usr/local/opt/openssl | |
touch lib/wx/SKIP lib/odbc/SKIP | |
make -j4 | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment