File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,24 @@ libqrencode (optional) can be installed with:
124
124
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
125
125
built by default.
126
126
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
+
127
145
Notes
128
146
-----
129
147
The release is built with GCC and then "strip bitcoind" to strip the debug
You can’t perform that action at this time.
0 commit comments