diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-04-16 16:53:28 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-04-16 16:53:28 -0400 |
| commit | e760d33dad2ce3a0a1565f957c3232007ee4dcce (patch) | |
| tree | 6437e41756c2cb6672b659b067b979eac9fc85fe | |
| parent | 2e4b7450ac9ead0c21eda8628025b0fd3441e532 (diff) | |
| parent | c03ea40552acd6608a0cbdfda1081aed666d66c9 (diff) | |
| download | monzero-gui-e760d33dad2ce3a0a1565f957c3232007ee4dcce.tar.gz monzero-gui-e760d33dad2ce3a0a1565f957c3232007ee4dcce.tar.xz monzero-gui-e760d33dad2ce3a0a1565f957c3232007ee4dcce.zip | |
Merge pull request #2084
c03ea40 Add Fedora requirements (xmrdsc)
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
