Vim and vimgdb compilation and installation process records

Source: Internet
Author: User

 

1. Download Vim

Http://www.vim.org/download.php

 

2. Download vimgdb

Http://clewn.sourceforge.net/

 

3. Extract

# Tar jxf vim-7.2.tar.bz2

# Tar zxf vimgdb72-1.14.tar.gz

 

4. Patch

# Patch-D vim72 -- backup-P0 <vimgdb/vim72.diff

 

5. Configure compilation Parameters

# Cd vim72

#. /Configure -- disable-Gui -- enable-tclinterp -- enable-CSTE -- enable-GDB -- enable-multibyte -- enable-xim -- enable-pythoninterp -- enable-multibyte -- enable-Gui = GTK -- enable-Gui = gtk2 -- With-x prefix =/usr/local/share/Vim

 

6. Compile

# Make distclean & make install

 

7. link the execution file to/usr/bin

# Ln-S/usr/local/share/Vim/bin/Vim/usr/bin/Vim

# Ln-S/usr/local/share/Vim/bin/gvim/usr/bin/gvim

 

 

 

8. Install ctags and csags

# Emerge-AV ctags
# Emerge-AV cscope

The above is the installation of Gentoo Linux. You can also download the source code for compilation and installation on the website.

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.