mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Merge pull request #4312
fda3fedlibsecp256k1 integration (Pieter Wuille)5566826secp256k1: Add build-side changes for libsecp256k1 (Cory Fields)b150b09secp256k1: add libtool as a dependency (Cory Fields)
This commit is contained in:
@@ -41,7 +41,7 @@ Instructions: MacPorts
|
||||
|
||||
### Install dependencies
|
||||
|
||||
sudo port install boost db48@+no_java openssl miniupnpc autoconf pkgconfig automake
|
||||
sudo port install boost db48@+no_java openssl miniupnpc autoconf pkgconfig automake libtool
|
||||
|
||||
Optional: install Qt4
|
||||
|
||||
@@ -69,7 +69,7 @@ Instructions: Homebrew
|
||||
|
||||
#### Install dependencies using Homebrew
|
||||
|
||||
brew install autoconf automake berkeley-db4 boost miniupnpc openssl pkg-config protobuf qt
|
||||
brew install autoconf automake libtool berkeley-db4 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user