Skip to content

Instantly share code, notes, and snippets.

@revans
Forked from kossnocorp/USAGE.md
Created September 12, 2011 15:01
Show Gist options
  • Save revans/1211490 to your computer and use it in GitHub Desktop.
Save revans/1211490 to your computer and use it in GitHub Desktop.
MacVim with Drawer compile manual
git clone -b file-drawer https://github.com/alloy/macvim.git && cd macvim && ./configure --with-features=huge --enable-cscope --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --with-macsdk=10.7 --with-tlib=ncurses --enable-multibyte --with-macarchs=x86_64 --enable-tclinterp && make && rm -rf /Applications/MacVim.app && mv ./src/MacVim/build/Release/MacVim.app /Applications

Clone & Build

curl https://raw.github.com/gist/1211490/afc8c6ff2221fced522388a4220397c1a7c5ece3/build.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment