diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-10 13:22:51 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-10 13:22:58 +0100 |
commit | 62e9d774966c9f4344f0356c59ddadcc5ff17212 (patch) | |
tree | 57c983e44030db01b2cb88fccedf874cf76ebae1 | |
parent | a036b796d13d6baabb60c432ba9fee046dd59490 (diff) | |
parent | f5e9d983c02227813efec32a53c3166cb7ca50c5 (diff) |
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 6268a440a8..a9a78b374b 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` |