Browse Source

Added instructions for when wrong openssl detected after brew link

0.10
olalonde 10 years ago
parent
commit
73288982ad
  1. 4
      doc/build-osx.md

4
doc/build-osx.md

@ -86,7 +86,9 @@ If not, you can ensure that the Homebrew OpenSSL is correctly linked by running @@ -86,7 +86,9 @@ If not, you can ensure that the Homebrew OpenSSL is correctly linked by running
brew link openssl --force
Rerunning "openssl version" should now return the correct version.
Rerunning "openssl version" should now return the correct version. If it
doesn't, make sure `/usr/local/bin` comes before `/usr/bin` in your
PATH.
### Building `bitcoind`

Loading…
Cancel
Save