1 ifeq ($(shell uname
),Darwin
)
2 DEPS
:= brew
install ninja libtool automake cmake pkg-config gettext
4 DEPS
:= sudo apt
install cmake libtool-bin
19 cd data
&& git clone https
://github.com
/neovim
/neovim.git || true
23 cd data
/neovim
&& make CMAKE_BUILD_TYPE
=RelWithDebInfo
27 cd data
/neovim
&& make
install