diff options
author | Dominyk Tiller <DomT4@users.noreply.github.com> | 2014-08-23 04:15:32 +0100 |
---|---|---|
committer | Dominyk Tiller <DomT4@users.noreply.github.com> | 2014-08-23 04:15:32 +0100 |
commit | 5a61553a143b0a37d59ac739529560edc1bf4d90 (patch) | |
tree | 0abb9043ce48ba7337c562db24fa40b0b5160a22 /doc | |
parent | fac54dcb71d1779ac71d5d760cc2bd3bbdb333ca (diff) |
Build-osx: Force Fix.
Removes the unnecessary directions that encourage people to force install openssl into /usr/local with Homebrew. Unnecessary, and potentially quite risky. @theuni okayed this removal [here](https://github.com/bitcoin/bitcoin/pull/4740#issuecomment-53076840).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-osx.md | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index c19d87d38d..4dfde0f35a 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -71,19 +71,7 @@ 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. +Make sure `/usr/local/bin` comes before `/usr/bin` in your PATH. #### Installing berkeley-db4 using Homebrew |