Created
June 4, 2010 17:57
-
-
Save cristibalan/425731 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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