Commit e62847da authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #574 from stephanbuys/macos_readme

Add MacOS and XCode hint
parents 084cf3c6 a04594fc
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 compilation, 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.