diff options
| author | Michael Ford <[email protected]> | 2014-01-10 20:16:57 +0800 |
|---|---|---|
| committer | Michael Ford <[email protected]> | 2014-01-10 20:16:57 +0800 |
| commit | f5e9d983c02227813efec32a53c3166cb7ca50c5 (patch) | |
| tree | 57c983e44030db01b2cb88fccedf874cf76ebae1 /doc | |
| parent | Merge pull request #3347 (diff) | |
| download | discoin-f5e9d983c02227813efec32a53c3166cb7ca50c5.tar.xz discoin-f5e9d983c02227813efec32a53c3166cb7ca50c5.zip | |
Add missing MacPorts dependencies to osx build docs
Diffstat (limited to 'doc')
| -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` |