Commit f1ef97be authored by Stephan Buys's avatar Stephan Buys
Browse files

Add MacOS and XCode hint

parent 084cf3c6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.