Created
November 11, 2011 10:26
-
-
Save yieldthought/1357690 to your computer and use it in GitHub Desktop.
Install Vim
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
apt-get install mercurial | |
apt-get build-dep vim | |
hg clone https://vim.googlecode.com/hg/ vim | |
cd vim | |
./configure --enable-rubyinterp --enable-pythoninterp --with-features=big | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment