Browse Source

INSTALL.md: Add `automake` as dependency.

Fixes: #624
ppa-0.6.1
ZmnSCPxj, ZmnSCPxj jxPCSmnZ 7 years ago
committed by Christian Decker
parent
commit
be0b76f03d
  1. 2
      doc/INSTALL.md

2
doc/INSTALL.md

@ -17,7 +17,7 @@ To Build on Ubuntu 15.10 or above
Get dependencies: Get dependencies:
``` ```
sudo apt-get install -y autoconf build-essential git libtool libgmp-dev libsqlite3-dev python3 net-tools sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python3 net-tools
``` ```
If you don't have Bitcoin installed locally you'll need to install that as well: If you don't have Bitcoin installed locally you'll need to install that as well:

Loading…
Cancel
Save