Skip to content

Instantly share code, notes, and snippets.

@marcusbaguley
Created May 12, 2011 02:40
Show Gist options
  • Save marcusbaguley/967835 to your computer and use it in GitHub Desktop.
Save marcusbaguley/967835 to your computer and use it in GitHub Desktop.
installing vim with ruby from source ubuntu
wget ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2
tar -xf vim-7.3.tar.bz2
cd vim73/
./configure --enable-perlin
terp --enable-pythoninterp --enable-rubyinterp --enable-cscope --with-features=huge --prefix=[SET YOUR HOME]
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment