Skip to content

Instantly share code, notes, and snippets.

@vignesh0025-zz
Created September 29, 2016 16:31
Show Gist options
  • Save vignesh0025-zz/4d198bf0bbd9b3c06d81919587a92e71 to your computer and use it in GitHub Desktop.
Save vignesh0025-zz/4d198bf0bbd9b3c06d81919587a92e71 to your computer and use it in GitHub Desktop.
#!sh
set -e
git clone --depth=1 https://github.com/vim/vim
cd vim
sudo apt-get install libx11-dev libxtst-dev libxt-dev libsm-dev libxpm-dev
./configure --with-features=huge \
--enable-multibyte \
--enable-rubyinterp \
--enable-pythoninterp \
--with-python-config-dir=/usr/lib/python2.7/config \
--enable-python3interp \
--with-python3-config-dir=/usr/lib/python3.5/config \
--enable-perlinterp \
--enable-luainterp \
--enable-gui --enable-cscope \
--with-x
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment