aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-23 09:01:27 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-23 09:01:33 +0200
commit0a670bf5d791c1e3b955328da53d859ae85a2e50 (patch)
tree7ef205d3909db821d3de07f60d8fcd2952c3511d
parentfac54dcb71d1779ac71d5d760cc2bd3bbdb333ca (diff)
parentdf920c6d49137a667dbca5dd0763cb4e7de3a3b1 (diff)
downloadbitcoin-0a670bf5d791c1e3b955328da53d859ae85a2e50.tar.xz
Merge pull request #4753
df920c6 Build-osx: Force Fix. (Dominyk Tiller) 5a61553 Build-osx: Force Fix. (Dominyk Tiller)
-rw-r--r--doc/build-osx.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index c19d87d38d..ade9eb466b 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -71,20 +71,6 @@ Instructions: Homebrew
brew install autoconf automake libtool boost miniupnpc openssl pkg-config protobuf qt
-Note: After you have installed the dependencies, you should check that the Homebrew installed version of OpenSSL is the one available for compilation. You can check this by typing
-
- openssl version
-
-into Terminal. You should see OpenSSL 1.0.1h 5 Jun 2014.
-
-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. If it
-doesn't, make sure `/usr/local/bin` comes before `/usr/bin` in your
-PATH.
-
#### Installing berkeley-db4 using Homebrew
The homebrew package for berkeley-db4 has been broken for some time. It will install without Java though.