Created
June 15, 2011 05:41
-
-
Save aisuii/1026543 to your computer and use it in GitHub Desktop.
tettori bayaku vim ireru
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
src=${HOME}/src | |
vimpath=${HOME}/bin/vim73 | |
mkdir -p $src | |
mkdir -p $vimpath | |
cd $src | |
hg clone https://vim.googlecode.com/hg/ vim | |
cd vim | |
./configure --prefix=$vimpath --enable-multibyte --with-features=huge --without-x --disable-gui | |
make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment