diff options
author | Michael Ford <fanquake@gmail.com> | 2014-01-10 20:16:57 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2014-01-10 20:16:57 +0800 |
commit | f5e9d983c02227813efec32a53c3166cb7ca50c5 (patch) | |
tree | 57c983e44030db01b2cb88fccedf874cf76ebae1 /doc/build-osx.md | |
parent | a036b796d13d6baabb60c432ba9fee046dd59490 (diff) |
Add missing MacPorts dependencies to osx build docs
Diffstat (limited to 'doc/build-osx.md')
-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` |