Skip to content

Instantly share code, notes, and snippets.

@oisin
Created August 24, 2013 13:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save oisin/6328241 to your computer and use it in GitHub Desktop.
Save oisin/6328241 to your computer and use it in GitHub Desktop.
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