INSTALL.md: Add automake as dependency.

Fixes: #624
This commit is contained in:
ZmnSCPxj, ZmnSCPxj jxPCSmnZ 2018-01-17 14:17:42 +08:00 committed by Christian Decker
parent b13c65dacb
commit be0b76f03d

View File

@ -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: