[doc] install: add libsodium-dev

This commit is contained in:
Sjors Provoost
2018-02-04 18:33:04 +01:00
committed by Rusty Russell
parent ba24fe0ba3
commit e4d719a421
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: