Browse Source

Switch to libsodium-dev for ubuntu install instructions

confirmed-only
Conor Scott 6 years ago
committed by Rusty Russell
parent
commit
af750d802d
  1. 2
      README.md
  2. 2
      doc/INSTALL.md

2
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

2
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

Loading…
Cancel
Save