下载gvim源码包: 

http://pan.baidu.com/s/15oWRw

解压:

tar -jxvf vim-7.4.tar.bz2

安装编译依赖

sudo apt-get build-dep vim

安装mercurial

sudo apt-get install mercurial


环境配置:

./configure --enable-multibyte \
            --enable-fontset \
            --enable-perlinterp \
            --enable-pythoninterp \
            --enable-cscope \
            --enable-gui=auto \
            --with-features=big \
            --with-features=huge \
            --with-compiledby=dong


注意:--enable-cscope 如果不加的话,以后装cscope这个插件的时候可能不起作用。


编译:

make

安装:

make install

OK。

Logo

更多推荐