Skip to content

Instantly share code, notes, and snippets.

@gwijayas
Created November 7, 2013 14:40
Show Gist options
  • Save gwijayas/7355646 to your computer and use it in GitHub Desktop.
Save gwijayas/7355646 to your computer and use it in GitHub Desktop.
compile vim
./configure --prefix=/opt/vim --enable-fail-if-missing --enable-cscope --enable-gpm --with-features=huge --enable-multibyte --enable-acl --with-x --enable-xim --enable-gui=gtk2 --disable-gnome-check --enable-gtk2-check --disable-motif-check --disable-athena-check --disable-fontset --enable-pythoninterp --enable-luainterp --enable-perlinterp --disable-mzschemeinterp --disable-python3interp --enable-rubyinterp
@gwijayas
Copy link
Author

gwijayas commented Nov 7, 2013

patch:

patch -p1 < ~/src/debian/vim-7.4.052/debian/patches/upstream/python-ftplugin-include.patch
patch -p1 < ~/src/debian/vim-7.4.052/debian/patches/upstream/extra-rst-detection.patch
patch -p1 < ~/src/debian/vim-7.4.052/debian/patches/upstream/es.po-recover.patch
patch -p1 < ~/src/debian/vim-7.4.052/debian/patches/upstream/pythoncomplete-autoload-init.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment