Created
January 14, 2020 11:14
-
-
Save yakirChen/cfd6b402574500b2e3cec4175f0ac6ed 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
| ./configure \ | |
| --with-features=huge \ | |
| --enable-multibyte \ | |
| --with-tlib=ncurses \ | |
| --enable-rubyinterp=yes \ | |
| --enable-python3interp=yes \ | |
| --enable-perlinterp=yes \ | |
| --enable-luainterp=yes \ | |
| --enable-cscope \ | |
| --enable-gui=no \ | |
| --without-x \ | |
| --enable-terminal \ | |
| --with-lua-prefix=/Users/yakir/local/brew/opt/lua \ | |
| --with-compiledby=yakir \ | |
| --prefix=/Users/yakir/local/vim && make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment