Created
May 12, 2011 02:40
-
-
Save marcusbaguley/967835 to your computer and use it in GitHub Desktop.
installing vim with ruby from source ubuntu
This file contains 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
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