centos7 install vim8

Posted muahao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 install vim8相关的知识,希望对你有一定的参考价值。

centos7 install vim8

Git and dependency

Git: https://github.com/vim/vim

# yum install -y perl-devel

configure

CFLAGS="-I/usr/lib64/perl5/CORE/"

./configure --with-features=huge             --enable-multibyte             --enable-rubyinterp=yes             --enable-pythoninterp=yes             --with-python-config-dir=/usr/lib/python2.7/config             --enable-python3interp=yes             --with-python3-config-dir=/usr/lib/python3.5/config             --enable-perlinterp=yes             --enable-luainterp=yes             --enable-gui=gtk2 --enable-cscope


# --prefix=/usr/local/vim8

install

make -j 3
make install

以上是关于centos7 install vim8的主要内容,如果未能解决你的问题,请参考以下文章

vim8 offline install

vim8 offline install

CentOS7环境下安装VIM8 并支撑python3

Centos7 安装vim8

CentOS7.2安装Vim8和YouCompleteMe

CentOS7 通过 YUM 升级 VIM8