Skip to content

Instantly share code, notes, and snippets.

@leandrocp
Created January 23, 2015 10:14
Show Gist options
  • Save leandrocp/1a55a27e8cfad3736c20 to your computer and use it in GitHub Desktop.
Save leandrocp/1a55a27e8cfad3736c20 to your computer and use it in GitHub Desktop.
VIM compile
./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