Skip to content

Instantly share code, notes, and snippets.

@na0x2c6
Created February 21, 2021 23:51
Show Gist options
  • Save na0x2c6/350fc3d3791cd07e7752a2a8c0a01627 to your computer and use it in GitHub Desktop.
Save na0x2c6/350fc3d3791cd07e7752a2a8c0a01627 to your computer and use it in GitHub Desktop.
Script to build Vim on Fedora
CFLAGS=-fPIC ./configure \
--with-tlib=ncurses \
--with-features=huge \
--with-x \
--enable-multibyte \
--enable-luainterp=dynamic \
--enable-gpm \
--enable-cscope \
--enable-fontset \
--enable-fail-if-missing \
--prefix=$HOME/local \
--enable-python3interp=dynamic \
--enable-rubyinterp=dynamic \
--enable-gui=auto \
--enable-gtk2-check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment