Skip to content

Instantly share code, notes, and snippets.

@lemonjp
Created June 15, 2015 02:56
Show Gist options
  • Save lemonjp/b9e77f32227caf803084 to your computer and use it in GitHub Desktop.
Save lemonjp/b9e77f32227caf803084 to your computer and use it in GitHub Desktop.
install vim 7.4 for centos 6.5
yum install -y mercurial ncurses-devel
cd /usr/local/src
hg clone https://vim.googlecode.com/hg/ vim
cd /usr/local/src/vim
hg update v7-4-020
./configure --enable-multibyte --with-features=huge --disable-selinux --prefix=/usr/local
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment