Skip to content

Instantly share code, notes, and snippets.

@doloopwhile
Last active December 15, 2015 07:59
Show Gist options
  • Save doloopwhile/5226989 to your computer and use it in GitHub Desktop.
Save doloopwhile/5226989 to your computer and use it in GitHub Desktop.
最新版のVimをインストールする
# for Debian
# sudo aptitude install mercurial gettext libncurses5-dev
# for CentOS
# sudo yum install gettext ncurses-devel -y
# # mercurial
# sudo yum install gcc python python-devel python-setuptools -y
# sudo easy_install mercurial
hg clone https://vim.googlecode.com/hg/ vim
cd vim
hg pull -u
./configure --with-features=huge --prefix=$HOME --enable-fail-if-missing
make install
~/bin/vim --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment