Skip to content

Instantly share code, notes, and snippets.

@userid
Last active April 16, 2018 11:37
Show Gist options
  • Select an option

  • Save userid/6b24082688a4ee4676753377159caa72 to your computer and use it in GitHub Desktop.

Select an option

Save userid/6b24082688a4ee4676753377159caa72 to your computer and use it in GitHub Desktop.
#$sudo apt install checkinstall ncurses-dev
# wget https://github.com/vim/vim/archive/master.zip
#
./configure --with-features=huge --enable-multibyte --enable-rubyinterp=yes \
--enable-pythoninterp=yes --with-python-config-dir=/usr/lib/python2.7/config \
--enable-python3interp=yes --with-python3-config-dir=/usr/lib/python3/config \
--enable-perlinterp=yes --enable-luainterp=yes --enable-gui=gtk2 \
--enable-cscope --prefix=/usr/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment