aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-04-16 16:53:28 -0400
committerluigi1111 <luigi1111w@gmail.com>2019-04-16 16:53:28 -0400
commite760d33dad2ce3a0a1565f957c3232007ee4dcce (patch)
tree6437e41756c2cb6672b659b067b979eac9fc85fe /README.md
parent2e4b7450ac9ead0c21eda8628025b0fd3441e532 (diff)
parentc03ea40552acd6608a0cbdfda1081aed666d66c9 (diff)
downloadmonzero-gui-e760d33dad2ce3a0a1565f957c3232007ee4dcce.tar.gz
monzero-gui-e760d33dad2ce3a0a1565f957c3232007ee4dcce.tar.xz
monzero-gui-e760d33dad2ce3a0a1565f957c3232007ee4dcce.zip
Merge pull request #2084
c03ea40 Add Fedora requirements (xmrdsc)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e312725c..98b047cf 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.