vim 编译时的参数
时间:2010-11-06 来源:sbso_1988
vim 编译 安装 makefile的几个修改参数
CONF_OPT_GUI = --enable-gui=gtk2 #gtk2支持,也可以使用gnome CONF_OPT_CSCOPE = --enable-cscope #cscope支持 CONF_OPT_PYTHON = --enable-pythoninterp #python支持 CONF_OPT_MULTIBYTE = --enable-multibyte #双字符支持 CONF_OPT_INPUT = --enable-xim #输入法支持 CONF_OPT_OUTPUT = --enable-fontset #双字符支持 CONF_OPT_FEAT = --with-features=huge #最大特性支持 CONF_OPT_COMPBY = "--with-compiledby=sbso<[email protected]>" #编译人 ./configure --with-x --enable-cscope --enable-xim --enable-fontset --enable-multibyte --with-x 是为了gvim 增加的。 |
相关阅读 更多 +