diff options
Diffstat (limited to 'runs/neovim')
| -rwxr-xr-x | runs/neovim | 4 |
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 |
