Mac: Build MacVim

Github源码

  git clone https://github.com/b4winckler/macvim.git

Build

  CC=clang ./configure --with-features=huge \
                       --enable-rubyinterp \
                       --enable-pythoninterp \
                       --enable-perlinterp \
                       --enable-cscope
  make

Install

  cp -a src/MacVim/build/Release/MacVim.app ~/Applications/MacVim.app

Configure:

  git clone https://github.com/amix/vimrc.git

  and have a look at here (https://github.com/amix/vimrc)

Have fun, thanks!

TO-DO

  • Build MacVim

Published: July 05 2013

blog comments powered by Disqus