Skip to content

Instantly share code, notes, and snippets.

@Yuri-M-Dias
Created July 15, 2016 18:56
Show Gist options
  • Save Yuri-M-Dias/db7bfa569b80907d7598853a238acaf2 to your computer and use it in GitHub Desktop.
Save Yuri-M-Dias/db7bfa569b80907d7598853a238acaf2 to your computer and use it in GitHub Desktop.
Partial vim build command to install it with clipboard functions, and python 2.7 on Linux Mint.
./configure --with-features=huge \
--enable-multibyte \
--enable-rubyinterp \
--enable-pythoninterp \
--with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu \
--enable-perlinterp \
--enable-luainterp \
--enable-cscope \
--enable-fontset \
--enable-xim \
--with-x \
--enable-gui=gtk2 --enable-cscope --prefix=/usr
make VIMRUNTIMEDIR=/usr/share/vim/vim74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment