From 1fc9770cfe57e11786dcd1bcb66e5fc9aa0e3079 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 21 Jun 2018 11:27:39 +0930 Subject: [PATCH] doc/INSTALL.md: fix up Fedora instructions. We need sudo on all the commands, and we have more dependencies (esp. if we want to do development). Signed-off-by: Rusty Russell --- doc/INSTALL.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 5d25a2810..ee1a35921 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -75,10 +75,11 @@ OS version: Fedora 27 or above Get dependencies: ``` $ sudo dnf update -y && \ - dnf groupinstall -y \ + sudo dnf groupinstall -y \ 'C Development Tools and Libraries' \ 'Development Tools' && \ - dnf install -y \ + sudo dnf install -y \ + asciidoc \ clang \ gmp-devel \ libsq3-devel \ @@ -89,8 +90,9 @@ $ sudo dnf update -y && \ net-tools \ net-tools \ valgrind \ - wget && \ - dnf clean all + wget \ + zlib-devel && \ + sudo dnf clean all ``` Make sure you have [bitcoind](https://github.com/bitcoin/bitcoin) available to run