Created
January 23, 2015 10:14
-
-
Save leandrocp/1a55a27e8cfad3736c20 to your computer and use it in GitHub Desktop.
VIM compile
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
./configure --prefix=/usr --with-features=huge --enable-multibyte --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-luainterp --enable-cscope --with-compiledby=leandrocp --with-python-config-dir=/usr/lib/python2.7/config | |
make -j 2 VIMRUNTIMEDIR=/usr/share/vim/vim74 | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment