Skip to content

Instantly share code, notes, and snippets.

@kossnocorp
Created May 13, 2011 12:26
Show Gist options
  • Save kossnocorp/970438 to your computer and use it in GitHub Desktop.
Save kossnocorp/970438 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 && make && rm -rf /Applications/MacVim.app && mv ./src/MacVim/build/Release/MacVim.app /Applications

Clone & Build

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