summaryrefslogtreecommitdiff
path: root/old/neovim
blob: f9def56f1e4e89761af7c491707eba4154e0de07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env zsh

source $HOME/personal/dotfiles/util

version="v0.10.2"

git clone -b $version https://github.com/neovim/neovim.git $target/neovim

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