码迷,mamicode.com
首页 > 其他好文 > 详细

安装VIM出错

时间:2014-05-29 10:34:57      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:style   c   blog   http   a   color   

从官网下载VIM包,解压,然后执行./configure --prefix=/usr/local/vim,提示出错信息为:

no terminal library found
checking 
for tgetent()bubuko.com,布布扣 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就成功了。

安装VIM出错,布布扣,bubuko.com

安装VIM出错

标签:style   c   blog   http   a   color   

原文地址:http://www.cnblogs.com/li603572310/p/3756777.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!