Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save julianobarbosa/e73a23c8039ec410c5173f370ea753ee to your computer and use it in GitHub Desktop.
Save julianobarbosa/e73a23c8039ec410c5173f370ea753ee to your computer and use it in GitHub Desktop.
vim compile
./configure --with-features=huge \
--enable-multibyte \
--enable-python3interp=yes \
--with-python3-config-dir=/usr/bin/python3-config \
--enable-gui=gtk2 \
--enable-cscope \
--enable-fail-if-missing \
--prefix=/usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment