diff options
| author | Steven Fackler <[email protected]> | 2017-02-08 09:04:09 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-08 09:04:09 -0800 |
| commit | e62847dae76241e33294fb499fb95a77e88fa85a (patch) | |
| tree | eff1106bee1bfb3410bbfe0d4ad131e1e16b031d | |
| parent | Merge pull request #572 from sfackler/foreign-types (diff) | |
| parent | complication -> compilation (diff) | |
| download | rust-openssl-e62847dae76241e33294fb499fb95a77e88fa85a.tar.xz rust-openssl-e62847dae76241e33294fb499fb95a77e88fa85a.zip | |
Merge pull request #574 from stephanbuys/macos_readme
Add MacOS and XCode hint
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |