Skip to content

Commit

Permalink
Merge bitcoin#7968: doc: Fedora build requirements
Browse files Browse the repository at this point in the history
0281678 doc: Fedora build requirements (Warren Togami)
  • Loading branch information
laanwj committed May 5, 2016
2 parents f9b4582 + 0281678 commit ff69aaf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff69aaf

Please sign in to comment.