diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-10 13:22:51 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-10 13:22:58 +0100 |
| commit | 62e9d774966c9f4344f0356c59ddadcc5ff17212 (patch) | |
| tree | 57c983e44030db01b2cb88fccedf874cf76ebae1 | |
| parent | Merge pull request #3347 (diff) | |
| parent | Add missing MacPorts dependencies to osx build docs (diff) | |
| download | discoin-62e9d774966c9f4344f0356c59ddadcc5ff17212.tar.xz discoin-62e9d774966c9f4344f0356c59ddadcc5ff17212.zip | |
Merge pull request #3506
f5e9d98 Add missing MacPorts dependencies to osx build docs (Michael Ford)
| -rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 6268a440a..a9a78b374 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -45,7 +45,7 @@ Instructions: MacPorts Installing the dependencies using MacPorts is very straightforward. - sudo port install boost db48@+no_java openssl miniupnpc + sudo port install boost db48@+no_java openssl miniupnpc autoconf pkgconfig ### Building `bitcoind` |