From b0eb9b97fe9466d92927a5e746054921e44eaa0c Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 10 May 2025 19:56:27 -0400 Subject: Switched back to Fedora --- runs/neovim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runs/neovim') diff --git a/runs/neovim b/runs/neovim index 6592267..ed53afc 100755 --- a/runs/neovim +++ b/runs/neovim @@ -5,7 +5,9 @@ source $HOME/personal/dotfiles/util version="v0.10.2" git clone -b $version https://github.com/neovim/neovim.git $target/neovim -sudo apt install ninja-build gettext cmake unzip curl build-essential + +sudo dnf -y install ninja-build cmake gcc make gettext curl glibc-gconv-extra + cd $target/neovim make CMAKE_BUILD_TYPE=RelWithDebInfo make CMAKE_INSTALL_PREFIX=$target install -- cgit v1.2.3