From f1ef97beb7e0a4cc701328d03c92b0a927ee4c7f Mon Sep 17 00:00:00 2001 From: Stephan Buys Date: Wed, 8 Feb 2017 10:06:29 +0200 Subject: [PATCH 1/2] Add MacOS and XCode hint --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. From a04594fccd7a3461be3f3402dc6b5de48ef7eadc Mon Sep 17 00:00:00 2001 From: Stephan Buys Date: Wed, 8 Feb 2017 18:58:22 +0200 Subject: [PATCH 2/2] complication -> compilation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d5ebda..3bc3960b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ 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: +> Occasionally an update of XCode or MacOS will cause the linker to fail after compilation, to rectify this you may want to try and run: ```bash xcode-select --install