From 9acbc1d96b7606509f0c977e2f0cf9c824344343 Mon Sep 17 00:00:00 2001 From: fierce_skit <107470576+FierceSkit@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:06:35 +0100 Subject: [PATCH] Updated and simplified build-fedora.md to include Fedora 39 --- doc/build-fedora.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/doc/build-fedora.md b/doc/build-fedora.md index 27a8fec75..fac5e369a 100644 --- a/doc/build-fedora.md +++ b/doc/build-fedora.md @@ -1,25 +1,15 @@ Fedora build guide ------------------ -**Last tested with:** 1.14.6-dev (as of 22884709) -**Tested on:** Fedora 35,35,36 +**Last tested with:** 1.14.7-dev (as of aa53a0d7) +**Tested on:** Fedora 35-39 (x86 & ARM) ### Build requirements -**Fedora < 36:** - ```sh sudo dnf install gcc-c++ libtool which diffutils make autoconf automake \ openssl-devel libevent-devel boost-devel libdb-cxx-devel ``` - -**Fedora >= 36:** - -```sh -sudo dnf install gcc-c++ libtool which diffutils make autoconf automake \ - openssl1.1-devel libevent-devel boost-devel libdb-cxx-devel -``` - ### Optional elements #### MiniUPNP @@ -42,4 +32,4 @@ To build the GUI with Qt 5 you need the following: ```sh sudo dnf install qt5-qttools-devel qt5-qtbase-devel protobuf-devel qrencode-devel -``` +```