doc: Remove libsodium-dev dependency, it's in-tree

Signed-off-by: Christian Decker <decker.christian@gmail.com>
Reported-by: Perlover <@Perlover>
This commit is contained in:
Christian Decker 2018-05-05 17:41:09 +02:00
parent 78f3e8d852
commit 700a505727
3 changed files with 3 additions and 6 deletions

View File

@ -58,7 +58,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 libsodium-dev
libsqlite3-dev python python3 net-tools
git clone https://github.com/ElementsProject/lightning.git
cd lightning
make

View File

@ -16,8 +16,6 @@ RUN dnf update -y && \
python3-pip \
python3-setuptools \
net-tools \
libsodium-devel \
net-tools \
valgrind \
wget && \
dnf clean all

View File

@ -34,7 +34,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 libsodium-dev
libsqlite3-dev python python3 net-tools
If you don't have Bitcoin installed locally you'll need to install that
as well:
@ -86,7 +86,6 @@ $ sudo dnf update -y && \
python3-pip \
python3-setuptools \
net-tools \
libsodium-devel \
net-tools \
valgrind \
wget && \
@ -171,7 +170,7 @@ To Build on macOS
Assume you have Xcode and HomeBrew installed on your Mac.
Get dependencies:
$ brew install autoconf automake libtool python3 gmp libsodium gnu-sed
$ brew install autoconf automake libtool python3 gmp gnu-sed
If you don't have bitcoind installed locally you'll need to install that
as well: