Created
August 22, 2013 05:28
-
-
Save ajnsit/6303492 to your computer and use it in GitHub Desktop.
Compiling latest vim on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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