Created
June 15, 2015 02:56
-
-
Save lemonjp/b9e77f32227caf803084 to your computer and use it in GitHub Desktop.
install vim 7.4 for centos 6.5
This file contains hidden or 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
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