Browse Source

Merge #7968: doc: Fedora build requirements

0281678 doc: Fedora build requirements (Warren Togami)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
ff69aafe52
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 18
      doc/build-unix.md

18
doc/build-unix.md

@ -124,6 +124,24 @@ libqrencode (optional) can be installed with: @@ -124,6 +124,24 @@ libqrencode (optional) can be installed with:
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
built by default.
Dependency Build Instructions: Fedora
-------------------------------------
Build requirements:
sudo dnf install libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel
Optional:
sudo dnf install miniupnpc-devel
To build with Qt 5 (recommended) you need the following:
sudo dnf install qt5-qttools-devel qtr5-qtbase-devel protobuf-devel
libqrencode (optional) can be installed with:
sudo dnf install qrencode-devel
Notes
-----
The release is built with GCC and then "strip bitcoind" to strip the debug

Loading…
Cancel
Save