From ba966d902b2b0cc94fc459deff15b48ad0738c92 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 16 Feb 2026 09:24:52 +0100 Subject: [PATCH] Update installation of development tools on Fedora greater than or equal 41 --- .vscode/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/README.md b/.vscode/README.md index 26a617a9..8ab9c9e6 100644 --- a/.vscode/README.md +++ b/.vscode/README.md @@ -30,8 +30,15 @@ Naemon itself depends on several libraries. Everything needed can be easily installed via the package manager of your distribution. ### Fedora + +Users of Fedora < 41 need to install the development tools like so: ``` sudo dnf group install "Development Tools" +``` + +#### Fedora >= 41 +``` +sudo dnf group install development-tools sudo dnf install git glib2-devel help2man gperf gcc gcc-c++ gdb cmake3 pkgconfig automake autoconf nagios-plugins-all libtool perl-Test-Simple sudo ln -s /usr/lib64/nagios /usr/lib/nagios