在Debian/Ubuntu Linux中编译Neovim
原文英文,约100词,阅读约需1分钟。发表于: 。*Fresh Debian Install * Sudo apt-get install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip doxygen -y git clone https://github.com/neovim/neovim cd neovim...
在全新Debian系统上安装Neovim,先用`sudo apt-get`安装构建工具和依赖。然后通过Git克隆源代码,进入目录后执行`make`和`sudo make install`进行编译安装。已有代码需清理后更新并重新编译。