Skip to content

Instantly share code, notes, and snippets.

@zsiciarz
Created April 18, 2015 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zsiciarz/1c2f87e403430316cf0b to your computer and use it in GitHub Desktop.
Save zsiciarz/1c2f87e403430316cf0b to your computer and use it in GitHub Desktop.
build-vim.sh
./configure --enable-perlinterp \
--enable-pythoninterp \
--enable-rubyinterp \
--enable-cscope \
--enable-gui=auto \
--enable-gtk2-check \
--enable-gnome-check \
--with-features=huge \
--enable-multibyte \
--with-x \
--with-compiledby="Zbigniew Siciarz <zbigniew@siciarz.net>" \
--with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment