mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Merge pull request #2546 from fanquake/osx-instructions
Update osx build instructions to ensure users are building with the correct version of OpenSSL when using HomeBrew
This commit is contained in:
commit
2272f8bb47
@ -95,6 +95,18 @@ Instructions: HomeBrew
|
|||||||
|
|
||||||
brew install boost miniupnpc openssl berkeley-db4
|
brew install boost miniupnpc openssl berkeley-db4
|
||||||
|
|
||||||
|
Note: After you have installed the dependencies, you should check that the Brew 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.1e 11 Feb 2013.
|
||||||
|
|
||||||
|
If not, you can ensure that the Brew OpenSSL is correctly linked by running
|
||||||
|
|
||||||
|
brew link openssl --force
|
||||||
|
|
||||||
|
Rerunning "openssl version" should now return the correct version.
|
||||||
|
|
||||||
### Building `bitcoind`
|
### Building `bitcoind`
|
||||||
|
|
||||||
1. Clone the github tree to get the source code and go into the directory.
|
1. Clone the github tree to get the source code and go into the directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user