安装vim 出现 terminal libary 错误,解决方法

Posted yangykaifa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装vim 出现 terminal libary 错误,解决方法相关的知识,希望对你有一定的参考价值。

通过源码安装vim时,提示缺少terminal libary
而在安装ncurses以后,此问题照样出现。

经过查找资料发现。运行例如以下命令就能够正常安装vim

<pre name="code" class="cpp">env LDFLAGS=-L<PATH TO NCURSES LIB>
./configure --prefix=/home/job/myvim --enable-pythoninterp=yes --with-features=huge --enable-perlinterp --enable-rubyinterp makemake install




 

以上是关于安装vim 出现 terminal libary 错误,解决方法的主要内容,如果未能解决你的问题,请参考以下文章

我的vim无法进入insert模式

Vim系列 - 开启终端

安装VIM8和vim-go插件

macOS terminal vim bug All In One

Vim 配置光标形状和颜色(Windows Terminal、xterm)

[Tools Vim] Open Files into Vim from the Terminal as buffers, splits, and tabs