Created
February 21, 2021 23:51
-
-
Save na0x2c6/350fc3d3791cd07e7752a2a8c0a01627 to your computer and use it in GitHub Desktop.
Script to build Vim on Fedora
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
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