Merge pull request #574 from stephanbuys/macos_readme
Add MacOS and XCode hint
This commit is contained in:
commit
e62847dae7
|
|
@ -57,6 +57,12 @@ Homebrew:
|
||||||
brew install openssl
|
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
|
If Homebrew is installed to the default location of `/usr/local`, OpenSSL will be
|
||||||
automatically detected.
|
automatically detected.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue