離線安裝VIM

來源:互聯網
上載者:User

本次安裝是在WIN7的環境下裝了VMWARE,然後再虛擬機器的情況下進行安裝,具體如下:

1.在有網路的地方下載到vim-7.3.tar.bz2,網址是:http://download.csdn.net/detail/wxwd521/4484808;

2.將該安裝包copy到虛擬機器的裡,(已經安裝好vm tools)。

3.開啟Terminal後,解壓該包:

執行命令:tar -jxvf vim-7.3.tar.bz2 

進入該目錄:cd vim73/

執行命令:./configure

最下面出現如下的提示:

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.

在有網的地址下載如下包:libncurses:http://download.csdn.net/detail/sannicholas/3754938#comment;通過存放裝置cp到虛擬機器的裡。

執行:

dpkg -i libncurses5-dev_5.7%2B20100626-0ubuntu1_i386

安裝完畢後,重新執行 ./configure 

執行完後,執行 make

最後執行make install

安裝完畢。


相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.