docs(build): update rhel/fedora build prerequisite (#27875)

This commit is contained in:
Dominic Racine 2024-03-18 05:03:44 -04:00 committed by GitHub
parent f0bd895995
commit a1bab03945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,10 +293,10 @@ Platform-specific requirements are listed below.
sudo apt-get install ninja-build gettext cmake unzip curl build-essential
```
### CentOS / RHEL / Fedora
### RHEL / Fedora
```
sudo dnf -y install ninja-build cmake gcc make unzip gettext curl
sudo dnf -y install ninja-build cmake gcc make unzip gettext curl glibc-gconv-extra
```
### openSUSE