首页 > 代码库 > vim74安装

vim74安装

1) 常用编译选项

./configure --with-features=huge     --enable-multibyte     --enable-rubyinterp     --enable-pythoninterp     --with-python-config-dir=/usr/lib/python2.6/config     --enable-perlinterp     --enable-luainterp     --enable-cscope --prefix=/usr
make VIMRUNTIMEDIR=/usr/share/vim/vim74
sudo make install

vim74安装