diff options
| author | Cory Fields <[email protected]> | 2014-06-06 10:23:34 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-07-01 12:27:15 -0400 |
| commit | b150b09edcd3b6b7ca5f26ca6ebee92bbad97089 (patch) | |
| tree | 4af877e14b14cab3d45f6736adf0fc5a285edaf2 /doc | |
| parent | Merge pull request #4448 from laanwj/2014_07_qt_payment_rq_logging (diff) | |
| download | discoin-b150b09edcd3b6b7ca5f26ca6ebee92bbad97089.tar.xz discoin-b150b09edcd3b6b7ca5f26ca6ebee92bbad97089.zip | |
secp256k1: add libtool as a dependency
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-osx.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 1e38326d8..bc42723b1 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -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 |