转自https://www.cnblogs.com/shinemic/p/8409827.html
./configure --with-features=huge
–enable-rubyinterp=yes
–enable-luainterp=yes
–enable-perlinterp=yes
–enable-pythoninterp=yes
–enable-python3interp=yes
–with-python-config-dir=/usr/lib64/python2.7/config
–with-python3-config-dir=/usr/lib64/python3.4/config-3.4m
–enable-fontset=yes
–enable-cscope=yes
–enable-multibyte
–disable-gui
–enable-fail-if-missing
–prefix=/usr/local
–with-compiledby=‘Professional operations’
本文详细介绍了如何使用./configure命令来定制vim的功能配置,包括多种脚本语言解析器的启用、字体设置、多字节字符支持等高级特性。同时指定了Python 2.7和Python 3.4的具体配置路径。

被折叠的 条评论
为什么被折叠?



