Skip to content

Commit ff69aaf

Browse files
committed
Merge #7968: doc: Fedora build requirements
0281678 doc: Fedora build requirements (Warren Togami)
2 parents f9b4582 + 0281678 commit ff69aaf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/build-unix.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,24 @@ libqrencode (optional) can be installed with:
124124
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
125125
built by default.
126126

127+
Dependency Build Instructions: Fedora
128+
-------------------------------------
129+
Build requirements:
130+
131+
sudo dnf install libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel
132+
133+
Optional:
134+
135+
sudo dnf install miniupnpc-devel
136+
137+
To build with Qt 5 (recommended) you need the following:
138+
139+
sudo dnf install qt5-qttools-devel qtr5-qtbase-devel protobuf-devel
140+
141+
libqrencode (optional) can be installed with:
142+
143+
sudo dnf install qrencode-devel
144+
127145
Notes
128146
-----
129147
The release is built with GCC and then "strip bitcoind" to strip the debug

0 commit comments

Comments
 (0)