码迷,mamicode.com
首页 > 系统相关 > 详细

centos7 install vim8

时间:2019-05-26 13:00:19      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:dep   flag   pre   figure   http   config   https   features   git   

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

标签:dep   flag   pre   figure   http   config   https   features   git   

原文地址:https://www.cnblogs.com/muahao/p/10925483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!