neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit a1bab0394501a1ed6cd6f2ac4cbc7fd3f0e94de5
parent f0bd895995f8ef1a09fd942d6f8c3d096a6ac879
Author: Dominic Racine <dominic.racine95@gmail.com>
Date:   Mon, 18 Mar 2024 05:03:44 -0400

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


Diffstat:
MBUILD.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BUILD.md b/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