Skip to content

Instantly share code, notes, and snippets.

@HomenSimpsor
Forked from fundon/vim_centos.sh
Last active December 18, 2015 05:59
Show Gist options
  • Save HomenSimpsor/5737177 to your computer and use it in GitHub Desktop.
Save HomenSimpsor/5737177 to your computer and use it in GitHub Desktop.
#!/bin/bash
# vim7.4
./configure --disable-selinux \
--enable-perlinterp \
--enable-pythoninterp \
--with-python-config-dir=/usr/lib/python2.7/config \
--enable-python3interp \
--enable-rubyinterp \
--enable-multibyte \
--disable-gui \
--with-features=huge \
--with-modified-by=rymocon@gmail.com \
&& make \
&& sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment