From be0b76f03de59755b2941e5f538b159058828cdd Mon Sep 17 00:00:00 2001 From: "ZmnSCPxj, ZmnSCPxj jxPCSmnZ" Date: Wed, 17 Jan 2018 14:17:42 +0800 Subject: [PATCH] INSTALL.md: Add `automake` as dependency. Fixes: #624 --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 61cec15ec..d545083fd 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -17,7 +17,7 @@ To Build on Ubuntu 15.10 or above 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: