Created
September 1, 2011 01:18
-
-
Save juanpabloaj/1185168 to your computer and use it in GitHub Desktop.
vim build configure
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
#!/bin/bash | |
git clone https://github.com/b4winckler/vim.git | |
cd vim | |
[ -d $HOME/opt ] || mkdir -p $HOME/opt | |
./configure CFLAGS="-arch i386 -arch x86_64 -O3 -pipe" --prefix=$HOME/opt --enable-pythoninterp --with-features=huge --enable-cscope | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment