[ZZ]『Linux 』Install Vim7.1 on Debian

作者: Bian Jiang | 发表于: 2008-03-24 3/24/2008 11:08:00 上午
可以任意转载, 转载时请务必以超链接形式标明文章原始出处作者信息本声明
网址: http://borderjs.blogspot.com/2008/03/linux-install-vim71-on-debian.html



1. Down vim7.1 
root@bvcomforge:~/tools# wget ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2

2. root@bvcomforge:~/tools# tar xf vim-7.1.tar.bz2

3. root@bvcomforge:~/tools/vim71# ./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.

4. root@bvcomforge:~/tools/vim71# apt-cache search ncurses dev 
libncurses5-dev - Developer's libraries and docs for ncurses

5. root@bvcomforge:~/tools/vim71# apt-get install libncurses5-dev
6. root@bvcomforge:~/tools/vim71# ./configure
7. root@bvcomforge:~/tools/vim71# make

8. root@bvcomforge:~/tools/vim71# make install

 

 

安装VIM用的,好的编程环境才能贬黜好程序

posted @ 2009-02-25 12:17  cnnbboy  阅读(330)  评论(0编辑  收藏  举报