Browse Source

[doc] install: add libsodium-dev

ppa-0.6.1
Sjors Provoost 7 years ago
committed by Rusty Russell
parent
commit
e4d719a421
  1. 2
      README.md
  2. 2
      doc/INSTALL.md

2
README.md

@ -27,7 +27,7 @@ Please refer to the [installation documentation](doc/INSTALL.md) for detailed in
For the impatient here's the gist of it for Ubuntu and Debian:
```
sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools
sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools libsodium-dev
git clone https://github.com/ElementsProject/lightning.git
cd lightning
make

2
doc/INSTALL.md

@ -17,7 +17,7 @@ To Build on Ubuntu 15.10 or above
Get dependencies:
```
sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools
sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools libsodium-dev
```
If you don't have Bitcoin installed locally you'll need to install that as well:

Loading…
Cancel
Save