sdbondi
3/14/2016 - 1:06 PM

Configure command for VIM compilation on Ubuntu/Mint

Configure command for VIM compilation on Ubuntu/Mint

#!/bin/bash

# sudo apt-get install xorg-dev libx11-dev libxtst-dev


./configure --enable-rubyinterp --enable-cscope \
--enable-gui=auto --enable-gtk2-check \
--enable-gnome-check --with-features=huge --with-x  --enable-pythoninterp