Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created November 6, 2017 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaosf/4d4dd1b42261e54e60c56a70b7cf468c to your computer and use it in GitHub Desktop.
Save kaosf/4d4dd1b42261e54e60c56a70b7cf468c to your computer and use it in GitHub Desktop.
# vim/vim tags/v8.0.1271 fb094e14c19337de824d4e6710ca6a2617930ab0
./configure \
--with-compiledby="myname <myemail@example.com>" \
--enable-gui=gtk2 \
--enable-perlinterp=yes \
--enable-pythoninterp=yes \
--enable-python3interp=yes \
--enable-rubyinterp \
--enable-luainterp=yes \
--enable-multibyte \
--enable-terminal \
--enable-fail-if-missing \
--with-features=huge \
--with-x \
--with-luajit \
--with-ruby-command=/usr/bin/ruby
@kaosf
Copy link
Author

kaosf commented Nov 7, 2017

I had to remove --enable-pythoninterp=yes.

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