Chinaunix首页 | 论坛 | 博客
  • 博客访问: 150299
  • 博文数量: 22
  • 博客积分: 854
  • 博客等级: 军士长
  • 技术积分: 415
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-08 13:44
文章存档

2013年(1)

2012年(5)

2011年(1)

2010年(5)

2009年(2)

2008年(8)

分类: LINUX

2012-03-27 14:43:22

本文档的Copyleft归skyfeces所有, 使用GPL发布, 可以自由拷贝, 转载, 转载时请保持文档的完整性, 严禁用于任何商业用途。
msn: skyfeces@139.com
来源:http://fordme.cublog.cn

 

vi用着有点费劲,从下了一个vim73,
vim-7.3.tar.bz2
tar xfz vim-7.3.tar.bz2
cd vim73
./configure --prefix=/usr/local --enable-cscope --enable-multibyte
 
报错:
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.
需要安装libncurses5-dev,到gnu网站下载:
下载版本:ncurses-5.9.tar.gz
tar xfz ncurses-5.9.tar.gz
cd ncurses-5.9
./configure
make
make install
 
然后回到vim73
make
make install
 
阅读(1981) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~