diff options
| author | Steven Fackler <[email protected]> | 2017-02-11 09:11:25 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-11 09:11:25 -0800 |
| commit | 1c25336520fd44a54639cbf76bbfdbc11f089456 (patch) | |
| tree | f37dd05f4fd8956fba1c7eaec99f618faac781b7 /README.md | |
| parent | Make it compile again. (diff) | |
| parent | Merge pull request #579 from sfackler/x509-signature (diff) | |
| download | rust-openssl-1c25336520fd44a54639cbf76bbfdbc11f089456.tar.xz rust-openssl-1c25336520fd44a54639cbf76bbfdbc11f089456.zip | |
Merge branch 'master' into x509_req_version_subject
Diffstat (limited to 'README.md')
| -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. |