Skip to content

Instantly share code, notes, and snippets.

@amalbuquerque
Created February 19, 2019 22:47
Show Gist options
  • Save amalbuquerque/9ef4db32bbb0ad9e3e2d61eec17c6e6b to your computer and use it in GitHub Desktop.
Save amalbuquerque/9ef4db32bbb0ad9e3e2d61eec17c6e6b to your computer and use it in GitHub Desktop.
#! /bin/bash
./configure \
--with-features=huge \
--enable-multibyte \
--enable-rubyinterp=dynamic \
--enable-pythoninterp=dynamic \
--with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu \
--enable-python3interp=yes \
--with-python3-config-dir=/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu \
--enable-gui=auto \
--enable-cscope \
--with-x \
--enable-fontset \
--enable-largefile \
--disable-netbeans \
--with-compiledby="aa-lx" \
--enable-fail-if-missing \
--prefix=/usr/local
@amalbuquerque
Copy link
Author

Check this really complete guide for more details: https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment