diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-04-11 15:11:19 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-04-11 15:11:26 +0200 |
| commit | 9c749d608fbac034cd19d02c7a026ecce0fe154d (patch) | |
| tree | af21d9505366a8407921c01036bd410c44602c4f | |
| parent | Merge pull request #4041 (diff) | |
| parent | Added instructions for when wrong openssl detected after brew link (diff) | |
| download | discoin-9c749d608fbac034cd19d02c7a026ecce0fe154d.tar.xz discoin-9c749d608fbac034cd19d02c7a026ecce0fe154d.zip | |
Merge pull request #4009
7328898 Added instructions for when wrong openssl detected after brew link (olalonde)
| -rw-r--r-- | doc/build-osx.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index faa31cb02..0de5c792e 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` |