Skip to content

Instantly share code, notes, and snippets.

@minhajuddin
Created February 5, 2013 08:43
Show Gist options
  • Select an option

  • Save minhajuddin/4713104 to your computer and use it in GitHub Desktop.

Select an option

Save minhajuddin/4713104 to your computer and use it in GitHub Desktop.
Make vim and gvim on ubuntu
cd ~
hg clone https://code.google.com/p/vim/
cd vim
./configure --with-features=huge \
--enable-rubyinterp \
--enable-pythoninterp \
--enable-perlinterp \
--enable-gui=gnome2 --enable-cscope --prefix=/usr
make VIMRUNTIMEDIR=/usr/share/vim/vim73
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment