aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorScott Willeke <scott@willeke.com>2014-01-15 21:42:21 -0800
committerScott Willeke <scott@willeke.com>2014-01-15 21:42:21 -0800
commit8d31e614e83f3aeb68742c800800d7689280fdcc (patch)
tree82620cc4de492215236b6cab0ec7384d10f00ef1 /doc/build-osx.md
parent4b4b578cb32737d2face45438069db95bc316ebb (diff)
downloadbitcoin-8d31e614e83f3aeb68742c800800d7689280fdcc.tar.xz
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).
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index a9a78b374b..381e8b6f0a 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`