Install Vim offline

Source: Internet
Author: User

In this installation, VMWare is installed in the Windows 7 environment and then the virtual machine is installed as follows:

1. Download vim-7.3.tar.bz2 from a website: http://download.csdn.net/detail/wxwd521/4484808;

2. Copy the installation package to the Virtual Machine (Vm tools has been installed ).

3. Open terminal and decompress the package:

Run the tar-jxvf vim-7.3.tar.bz2

Go to the directory: CD vim73/

Execute the command:./configure

The following prompt appears at the bottom:

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.

Download the following package from a network address: libncurses: http://download.csdn.net/detail/sanniklas/3754938?comment=access the storage device cpto the virtual machine.

Run:

Dpkg-I libncurses5-dev_5.7 % 2b20100626-0?tu=i386

After the installation is complete, run the./configure command again.

After execution, execute make

Run make install.

Installation is complete.


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.