aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-10-07 00:08:41 -0500
committerGitHub <[email protected]>2016-10-07 00:08:41 -0500
commitcf6c65648fcc6132b1fa6893678c12a89521fbb4 (patch)
tree58abbb6891c69a0c8a8eadb3472f229faefe4fdf /README.md
parentc34be6bfb21decb2ddd75bf6b27617a8bc05ad93 (diff)
parentc6568abd674df6a85ca67154068a0f19da308fd6 (diff)
downloadkerl-cf6c65648fcc6132b1fa6893678c12a89521fbb4.tar.gz
kerl-cf6c65648fcc6132b1fa6893678c12a89521fbb4.tar.bz2
kerl-cf6c65648fcc6132b1fa6893678c12a89521fbb4.zip
Merge pull request #161 from kerl/homebrew
Ask homebrew for openssl location if available
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index e49648b..ceca629 100644
--- a/README.md
+++ b/README.md
@@ -458,8 +458,25 @@ Prints the available builds and installations as well as the currently active in
----------
No Erlang/OTP kerl installation is currently active
+
+Compiling crypto on Macs
+------------------------
+Apple stopped shipping OpenSSL in OS X 10.11 (El Capitan) in favor of Apple's
+own SSL library. That makes using homebrew the most convenient way to install
+openssl on macOS 10.12 (Sierra) or El Capitan. Recently, homebrew [decided to
+stop creating](https://github.com/Homebrew/brew/pull/612) symlinks from the
+homebrew installation directory to `/usr/local`, so in response to this, *if*
+you're running El Capitan or Sierra, *and* you have homebrew installed, *and*
+you used it to install openssl, kerl will ask homebrew for the openssl
+installation prefix and configure Erlang to build with that location
+automatically.
+
+**Important**: If you already have `--with-ssl` in your .kerlrc, kerl
+will honor that instead, and will not do any automatic configuration.
+
Changelog
---------
+
20 July 2016 - 1.3.2
- Optionally enhance the activation prompt (#149)