Skip to content

Instantly share code, notes, and snippets.

@kohgpat
Forked from stepantubanov/gist:3993184
Created November 1, 2012 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kohgpat/3993186 to your computer and use it in GitHub Desktop.
Save kohgpat/3993186 to your computer and use it in GitHub Desktop.
vim 7.3
wget ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2
tar -xf vim-7.3.tar.bz2
cd vim73
./configure --prefix=/usr/local --without-x --disable-nls --with-tlib=ncurses --enable-multibyte --enable-rubyinterp --enable-pythoninterp --with-features=huge --enable-gui=gnome2
make
sudo make install
sudo ln -f /usr/local/bin/vim /usr/local/bin/vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment