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).
This commit is contained in:
parent
4b4b578cb3
commit
8d31e614e8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Instructions: MacPorts
|
||||||
|
|
||||||
Installing the dependencies using MacPorts is very straightforward.
|
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`
|
### Building `bitcoind`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue