• You are here:
  • »
  • vim

Build VIM on centos 6 ,7

This is an old revision of the document!


Difficulty
Easy

You should remove all vim packages before the following.

yum remove vim

Install centos compilers

yum groupinstall 'Development tools'

Requirements

yum install ncurses ncurses-devel lua-devel.x86_64

Build & Install

git clone https://github.com/vim/vim.git
cd vim/src
./configure --prefix=/usr --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-luainterp
make
make install

Cleanup to recompile

make distclean

/home/www/sites/esgr.in/wiki/data/attic/software/vim.1479995811.txt.gz · Last modified: 2016/11/24 13:56 by eServices Greece