From 0281678d6ebf68dacfb6ecaf7c231fedcd971d66 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Thu, 28 Apr 2016 15:07:31 -0700 Subject: [PATCH] doc: Fedora build requirements --- doc/build-unix.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/build-unix.md b/doc/build-unix.md index dc754fc73..27c57088a 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