Skip to content

Instantly share code, notes, and snippets.

@semanticart
Created June 12, 2012 19:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save semanticart/2919548 to your computer and use it in GitHub Desktop.
Save semanticart/2919548 to your computer and use it in GitHub Desktop.
# the gtk2 bit is the magic... from http://stackoverflow.com/questions/10231223/compile-vim-7-3-with-clientserver-feature-on-mac-os-x?rq=1
hg clone https://vim.googlecode.com/hg/ vim
cd vim
hg pull
hg update
./configure --enable-gui=gtk2 --enable-multibyte --with-tlib=ncurses --enable-pythoninterp --enable-rubyinterp --with-ruby-command=/usr/bin/ruby --with-features=huge
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment