diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-16 11:22:05 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-16 11:22:14 +0100 |
| commit | 8da2b3316c6540684617a8ecb8edb458894c2009 (patch) | |
| tree | 801df01bc43bb22de9fefdd16dbb2f5517c8fa71 /doc | |
| parent | Merge pull request #3546 (diff) | |
| parent | Added automake to the macports depdency list as it was required to complete t... (diff) | |
| download | discoin-8da2b3316c6540684617a8ecb8edb458894c2009.tar.xz discoin-8da2b3316c6540684617a8ecb8edb458894c2009.zip | |
Merge pull request #3547
8d31e61 Added automake to the macports depdency list as it was required to complete the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode). (Scott Willeke)
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 a9a78b374..381e8b6f0 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 autoconf pkgconfig + sudo port install boost db48@+no_java openssl miniupnpc autoconf pkgconfig automake ### Building `bitcoind` |