diff options
author | Warren Togami <wtogami@gmail.com> | 2016-04-28 15:07:31 -0700 |
---|---|---|
committer | Warren Togami <wtogami@gmail.com> | 2016-05-04 11:56:45 -0700 |
commit | 0281678d6ebf68dacfb6ecaf7c231fedcd971d66 (patch) | |
tree | fcecc0c52893c953ca57be5b241482e5426ce8c5 | |
parent | 20f9ecd343bbd305f0aeb829f42e61edea8de62f (diff) |
doc: Fedora build requirements
-rw-r--r-- | doc/build-unix.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index dc754fc733..27c57088af 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -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 |