How to compile a gvim from source using the latest version
- by Kit Ho
I'm using Ubuntu. I performed the following commands in the vim source folder:
sudo apt-get build-dep vim
./configure --with-features=huge --enable-gui=gtk2 --enable-rubyinterp=yes --enable-pythoninterp=yes
make
sudo make install
I have found that related posts but fail in Ubuntu 13.04
Update:
sorry for not providing enough error msg
here is…