From 2a576eae6207626ef48cca34d1259daa75b35428 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Thu, 6 Aug 2015 13:56:39 -0400 Subject: [PATCH] Added automake to the install directions. On Mint Linux, automake isn't part of auto tools package for some reason. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7142e0f7..3f34fb5f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ nvm install v0.12 To build Bitcoin Core and bindings development packages are needed: ```bash -sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev +sudo apt-get install build-essential libtool autotools-dev automake autoconf pkg-config libssl-dev ``` Clone the bitcore-node repository locally: