Skip to content

Instantly share code, notes, and snippets.

@ajnsit
Created August 22, 2013 05:28
Show Gist options
  • Save ajnsit/6303492 to your computer and use it in GitHub Desktop.
Save ajnsit/6303492 to your computer and use it in GitHub Desktop.
Compiling latest vim on Ubuntu
sudo apt-get build-dep vim
hg clone https://vim.googlecode.com/hg/ vim
cd vim
sudo apt-get install ruby-dev python3-dev
./configure --with-features=huge --enable-gui=gnome2 --enable-rubyinterp --enable-python3interp --with-python-config-dir=/usr/lib/python3.3/config-3.3m-i386-linux-gnu
sudo checkinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment