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
posted on 2016-12-24 22:22  红孩儿你好  阅读(343)  评论(0)    收藏  举报