From c03ea40552acd6608a0cbdfda1081aed666d66c9 Mon Sep 17 00:00:00 2001 From: xmrdsc Date: Tue, 16 Apr 2019 15:13:54 +0200 Subject: [PATCH] Add Fedora requirements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 41c83cce..3d3f2bb1 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ Packaging for your favorite distribution would be a welcome contribution! `sudo emerge app-arch/xz-utils app-doc/doxygen dev-cpp/gtest dev-libs/boost dev-libs/expat dev-libs/openssl dev-util/cmake media-gfx/graphviz net-dns/unbound net-libs/ldns net-libs/miniupnpc net-libs/zeromq sys-libs/libunwind dev-libs/libsodium dev-libs/hidapi` + - For Fedora + + `sudo dnf install make automake cmake gcc-c++ boost-devel miniupnpc-devel graphviz doxygen unbound-devel libunwind-devel pkgconfig openssl-devel libcurl-devel hidapi-devel libusb-devel` + 2. Install Qt: *Note*: Qt 5.7 is the minimum version required to build the GUI. This makes **some** distributions (mostly based on debian, like Ubuntu 16.x or Linux Mint 18.x) obsolete. You can still build the GUI if you install an [official Qt release](https://wiki.qt.io/Install_Qt_5_on_Ubuntu), but this is not officially supported.