aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorolalonde <olalonde@gmail.com>2014-04-06 10:41:17 +0800
committerolalonde <olalonde@gmail.com>2014-04-06 11:27:18 +0800
commit73288982adb5ed5f93e3a9ef54194609dbe4f96a (patch)
treeda0877c77c9ada27b43213a6bc28af0661558ee1 /doc
parent513412fd73af0e62d8780a8de9721b7822ff2c6f (diff)
downloadbitcoin-73288982adb5ed5f93e3a9ef54194609dbe4f96a.tar.xz
Added instructions for when wrong openssl detected after brew link
Diffstat (limited to 'doc')
-rw-r--r--doc/build-osx.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index faa31cb023..0de5c792e9 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -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`