Skip to content

Instantly share code, notes, and snippets.

@yakirChen
Created January 14, 2020 11:14
Show Gist options
  • Save yakirChen/cfd6b402574500b2e3cec4175f0ac6ed to your computer and use it in GitHub Desktop.
Save yakirChen/cfd6b402574500b2e3cec4175f0ac6ed to your computer and use it in GitHub Desktop.
./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