diff options
-rw-r--r-- | BUILD.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |