mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
docs(build): update rhel/fedora build prerequisite (#27875)
This commit is contained in:
4
BUILD.md
4
BUILD.md
@ -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
|
||||
|
Reference in New Issue
Block a user