Last active
October 1, 2016 03:22
-
-
Save chanakasan/0020d5d0825d8b17d4af59ac2a81b224 to your computer and use it in GitHub Desktop.
This file contains 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
cd ~ | |
git clone [email protected]:vim/vim.git | |
cd vim | |
./configure --with-features=huge \ | |
--disable-acl \ | |
--disable-cscope \ | |
--disable-netbeans \ | |
--enable-gui=auto \ | |
--enable-luainterp \ | |
--enable-multibyte \ | |
--enable-perlinterp \ | |
--enable-pythoninterp --with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu \ | |
--enable-rubyinterp | |
sudo make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment