Skip to content

Instantly share code, notes, and snippets.

@jaohaohsuan
Created June 16, 2019 11:03
Show Gist options
  • Save jaohaohsuan/ebafe308c0d7f92aa5cf87f814218ed0 to your computer and use it in GitHub Desktop.
Save jaohaohsuan/ebafe308c0d7f92aa5cf87f814218ed0 to your computer and use it in GitHub Desktop.
compile vim from source
sudo ./configure --with-features=huge \
--enable-multibyte \
--enable-pythoninterp=yes \
--with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu \
--enable-python3interp=yes \
--with-python3-config-dir=`python3.7m-config --configdir` \
--enable-gui=no \
--enable-cscope \
--enable-luainterp=yes \
--enable-rubyinterp=yes \
--enable-perlinterp=yes
sudo checkinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment