We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a5cbb commit 1fc9770Copy full SHA for 1fc9770
doc/INSTALL.md
@@ -75,10 +75,11 @@ OS version: Fedora 27 or above
75
Get dependencies:
76
```
77
$ sudo dnf update -y && \
78
- dnf groupinstall -y \
+ sudo dnf groupinstall -y \
79
'C Development Tools and Libraries' \
80
'Development Tools' && \
81
- dnf install -y \
+ sudo dnf install -y \
82
+ asciidoc \
83
clang \
84
gmp-devel \
85
libsq3-devel \
@@ -89,8 +90,9 @@ $ sudo dnf update -y && \
89
90
net-tools \
91
92
valgrind \
- wget && \
93
- dnf clean all
+ wget \
94
+ zlib-devel && \
95
+ sudo dnf clean all
96
97
98
Make sure you have [bitcoind](https://github.com/bitcoin/bitcoin) available to run
0 commit comments