Skip to content

Commit ba966d9

Browse files
authored
Update installation of development tools on Fedora greater than or equal 41
1 parent e2a3550 commit ba966d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,15 @@ Naemon itself depends on several libraries. Everything needed can be easily
3030
installed via the package manager of your distribution.
3131

3232
### Fedora
33+
34+
Users of Fedora < 41 need to install the development tools like so:
3335
```
3436
sudo dnf group install "Development Tools"
37+
```
38+
39+
#### Fedora >= 41
40+
```
41+
sudo dnf group install development-tools
3542
sudo dnf install git glib2-devel help2man gperf gcc gcc-c++ gdb cmake3 pkgconfig automake autoconf nagios-plugins-all libtool perl-Test-Simple
3643
3744
sudo ln -s /usr/lib64/nagios /usr/lib/nagios

0 commit comments

Comments
 (0)