We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a3550 commit ba966d9Copy full SHA for ba966d9
.vscode/README.md
@@ -30,8 +30,15 @@ Naemon itself depends on several libraries. Everything needed can be easily
30
installed via the package manager of your distribution.
31
32
### Fedora
33
+
34
+Users of Fedora < 41 need to install the development tools like so:
35
```
36
sudo dnf group install "Development Tools"
37
+```
38
39
+#### Fedora >= 41
40
41
+sudo dnf group install development-tools
42
sudo dnf install git glib2-devel help2man gperf gcc gcc-c++ gdb cmake3 pkgconfig automake autoconf nagios-plugins-all libtool perl-Test-Simple
43
44
sudo ln -s /usr/lib64/nagios /usr/lib/nagios
0 commit comments