- Ubuntu 20.04
- fish, version 3.1.2
https://github.com/neovim/neovim/wiki/Building-Neovim#build-prerequisites
sudo apt-get install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip
make
sudo make install
Problem
Cmake error :generator: Ninja
Solustion
rm -f (find -name CMakeCache.txt)
You have to differentiate betweee developer dependencies and app dependencies. App deps are the following:
The following two you have to install manually or use
cmake.deps
auto-loadersInstalling these worked for me on
[K]Ubuntu 22.04.1 LTS
.