Skip to content

Commit

Permalink
Build-osx: Force Fix.
Browse files Browse the repository at this point in the history
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](bitcoin/bitcoin#4740 (comment)).
  • Loading branch information
DomT4 committed Aug 23, 2014
1 parent fac54dc commit 5a61553
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a61553

Please sign in to comment.