从官网下了个源代码,解压之后编:
root@bvcomforge:~/tools/vim71# ./configure --prefix=/usr
checking for tgetent in -lcursesInstall vim7 on ubuntu no
no terminal library found
checking 
for tgetent()Install vim7 on ubuntu configure: error: NOT FOUND! You need to install a terminal library; for example ncurses.
Or specify the name of the library with 
--with-tlib.
出错了
上网搜了一下,发现是缺少编译依赖的库
 root@bvcomforge:~/tools/vim71# apt-get install libncurses5-dev
安装了这些包以后就可以正常编译了

相关文章:

  • 2022-02-01
  • 2021-05-28
  • 2021-09-27
  • 2021-05-27
  • 2021-09-24
  • 2021-05-12
  • 2022-02-15
  • 2021-10-11
猜你喜欢
  • 2021-08-21
  • 2021-08-10
  • 2022-02-02
  • 2021-07-16
  • 2021-09-14
  • 2021-09-02
  • 2021-09-16
相关资源
相似解决方案