From 2235d3b9d71dcb85752a1fd71f6127ed1d6d1c1d Mon Sep 17 00:00:00 2001 From: sskender Date: Wed, 24 Jul 2019 18:11:12 +0200 Subject: [PATCH] Update INSTALL.md Missing dependency for Ubuntu 18.04 --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index e590b06d6..e89c79bbe 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -38,7 +38,7 @@ Get dependencies: sudo apt-get update sudo apt-get install -y \ autoconf automake build-essential git libtool libgmp-dev \ - libsqlite3-dev python python3 net-tools zlib1g-dev libsodium-dev + libsqlite3-dev python python3 python3-mako net-tools zlib1g-dev libsodium-dev If you don't have Bitcoin installed locally you'll need to install that as well: