Skip to content

Instantly share code, notes, and snippets.

@Genki-S
Last active December 29, 2015 05:39
Show Gist options
  • Save Genki-S/7623245 to your computer and use it in GitHub Desktop.
Save Genki-S/7623245 to your computer and use it in GitHub Desktop.
yum install mercurial -y
hg clone https://vim.googlecode.com/hg/ vim
cd vim
hg pull
hg update
yum install ncurses-devel -y
./configure \
--enable-gui=no \
--without-x \
--enable-multibyte \
--with-tlib=ncurses \
--enable-cscope \
--with-features=huge \
--enable-perlinterp \
--enable-rubyinterp \
--enable-pythoninterp \
--enable-luainterp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment