Skip to content

Instantly share code, notes, and snippets.

@cristibalan
Created June 4, 2010 17:57
Show Gist options
  • Save cristibalan/425731 to your computer and use it in GitHub Desktop.
Save cristibalan/425731 to your computer and use it in GitHub Desktop.
#!/bin/bash
# from http://code.google.com/p/macvim/wiki/Building
cd src
make clean
./configure --enable-gui=macvim --with-features=huge --enable-cscope --enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-sniff --enable-multibyte --with-macarchs=x86_64 --with-macsdk=10.6
make
cd MacVim
xcodebuild
rm -rf MacVim.app
mv build/Release/MacVim.app ../../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment