From 700a50572705c461c60b0ec3cc9f4290e5a6ab69 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 5 May 2018 17:41:09 +0200 Subject: [PATCH] doc: Remove libsodium-dev dependency, it's in-tree Signed-off-by: Christian Decker Reported-by: Perlover <@Perlover> --- README.md | 2 +- contrib/Dockerfile.builder.fedora | 2 -- doc/INSTALL.md | 5 ++--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 454e3bab5..19513768c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/contrib/Dockerfile.builder.fedora b/contrib/Dockerfile.builder.fedora index 62f68a00a..bcfea7423 100644 --- a/contrib/Dockerfile.builder.fedora +++ b/contrib/Dockerfile.builder.fedora @@ -16,8 +16,6 @@ RUN dnf update -y && \ python3-pip \ python3-setuptools \ net-tools \ - libsodium-devel \ - net-tools \ valgrind \ wget && \ dnf clean all diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 9f91db72e..15b39b529 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -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: