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.