Created
November 6, 2017 13:17
-
-
Save kaosf/4d4dd1b42261e54e60c56a70b7cf468c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim/vim tags/v8.0.1271 fb094e14c19337de824d4e6710ca6a2617930ab0 | |
./configure \ | |
--with-compiledby="myname <[email protected]>" \ | |
--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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had to remove
--enable-pythoninterp=yes
.