curl https://raw.github.com/gist/1211490/afc8c6ff2221fced522388a4220397c1a7c5ece3/build.sh | sh
-
-
Save revans/1211490 to your computer and use it in GitHub Desktop.
MacVim with Drawer compile manual
This file contains 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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment