compile vim71 on mac osx

由于更新了lookupfile.vim,需要7.1,自己重新编译了vim71

1. checkout source from svn:

svn co https://svn.sourceforge.net/svnroot/vim/vim7 .

2. run configure

cd src
CONF_OPT_PERL=’–enable-perlinterp’ \
CONF_OPT_MZSCHEME=’–enable-mzschemeinterp’ \
CONF_OPT_CSCOPE=’–enable-cscope’ \
CONF_OPT_MULTIBYTE=’–enable-multibyte’ \
CONF_OPT_OUTPUT=’–enable-fontset’ \
CONF_OPT_FEAT=’–with-features=huge’ \
CONF_OPT_COMPBY=’”–with-compiledby=nightsailer@chinavisual.com”‘ \
./configure
make

3.make install

That’s all.

Comments

2 Responses to “compile vim71 on mac osx”

  1. alex on April 25th, 2008 5:00 pm

    可以试下MacVim

  2. nightsailer on April 26th, 2008 6:37 pm

    MacVim版本太老, 现在用cocoa-vim替代了

Leave a Reply