From af750d802d9369f2bc598e48c2ba32a984ae0c8d Mon Sep 17 00:00:00 2001 From: Conor Scott Date: Thu, 21 Feb 2019 11:02:05 +0400 Subject: [PATCH] Switch to libsodium-dev for ubuntu install instructions --- README.md | 2 +- doc/INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb765193..8555453fe 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For the impatient here's the gist of it for Ubuntu and Debian: 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 + libsqlite3-dev python python3 net-tools zlib1g-dev libsodium-dev git clone https://github.com/ElementsProject/lightning.git cd lightning ./configure diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 00f6a7865..fb7d8fea2 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 \ + libsqlite3-dev python python3 net-tools zlib1g-dev libsodium-dev \ libbase58-dev If you don't have Bitcoin installed locally you'll need to install that