summaryrefslogtreecommitdiff
path: root/runs/neovim
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2025-05-10 19:56:27 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2025-05-10 19:56:27 -0400
commitb0eb9b97fe9466d92927a5e746054921e44eaa0c (patch)
tree24ce751968a403e60bc201952bc11ca81e2ec9aa /runs/neovim
parent8afd96f693d9ac0daeb04afcfed0b5a8b4dd8062 (diff)
Switched back to Fedora
Diffstat (limited to 'runs/neovim')
-rwxr-xr-xruns/neovim4
1 files changed, 3 insertions, 1 deletions
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