首页 > 代码库 > 安装VIM出错
安装VIM出错
从官网下载VIM包,解压,然后执行./configure --prefix=/usr/local/vim,提示出错信息为:
no terminal library found
checking for tgetent() configure: error: NOT FOUND! You need to install a terminal library; for example ncurses.
Or specify the name of the library with --with-tlib.
我的LINUX系统是CENTOS,于是我执行yum search ncurses来查询下相关的东西,然后我执行sudo yum install ncurses-devel来安装,然后,再重新安装VIM就成功了。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。