summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStephan Buys <stephan.buys@panoptix.co.za>2017-02-08 10:06:29 +0200
committerStephan Buys <stephan.buys@panoptix.co.za>2017-02-08 10:06:29 +0200
commitf1ef97beb7e0a4cc701328d03c92b0a927ee4c7f (patch)
treec967bf4ca7a86bf84c5ddf25d5c878e8bd070c81 /README.md
parent084cf3c66b7cc3d24cb23d2bb548fa0fa4ee040a (diff)
downloadrust-openssl-f1ef97beb7e0a4cc701328d03c92b0a927ee4c7f.zip
Add MacOS and XCode hint
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3a5b266b..c6d5ebda 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,12 @@ Homebrew:
brew install openssl
```
+> Occasionally an update of XCode or MacOS will cause the linker to fail after complication, to rectify this you may want to try and run:
+
+```bash
+xcode-select --install
+```
+
If Homebrew is installed to the default location of `/usr/local`, OpenSSL will be
automatically detected.