废话少说
1.首先是进入目录
cd vim81/
2.配置
./configure --with-features=huge --enable-gui=auto --enable-gtk2-check --enable-gnome-check --with-x --enable-python3interp \
--enable-pythoninterp --with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu/ --enable-rubyinterp \
--enable-luainterp --enable-perlinterp \
--enable-multibyte --enable-cscope --enable-gui=gnome2 --prefix=/usr
3.编译
make
4.安装
sudo make install