aboutsummaryrefslogtreecommitdiff
path: root/doc/build-fedora.md
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-08-19 22:11:20 +0200
committerPatrick Lodder <[email protected]>2021-08-19 22:11:20 +0200
commitc39bdb9e49ab078f303ae1a2152e8a389fb0fdce (patch)
tree90f4dadfa22eb29b0e14ee897a05bba2e70cd3d7 /doc/build-fedora.md
parentMerge pull request #2458 from patricklodder/1.14.4-disconnect-bad-node-test (diff)
downloaddiscoin-c39bdb9e49ab078f303ae1a2152e8a389fb0fdce.tar.xz
discoin-c39bdb9e49ab078f303ae1a2152e8a389fb0fdce.zip
split off all distro-specific guides off build-unix.md
Diffstat (limited to 'doc/build-fedora.md')
-rw-r--r--doc/build-fedora.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/build-fedora.md b/doc/build-fedora.md
new file mode 100644
index 000000000..f3132c4fc
--- /dev/null
+++ b/doc/build-fedora.md
@@ -0,0 +1,18 @@
+Fedora build dependencies
+--------------------------
+
+Build requirements:
+
+ sudo dnf install gcc-c++ 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 qt5-qtbase-devel protobuf-devel
+
+libqrencode (optional) can be installed with:
+
+ sudo dnf install qrencode-devel