Mint下编译Vim


下载vim7.2,./configure时报错:

checking for tgetent in -lcurses... no

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.

 

缺少需要的库,解决:

sudo apt-get install libncurses5-dev

posted on 2009-06-30 21:04  Chen Linghui  阅读(159)  评论(0)    收藏  举报