Last active
December 30, 2015 15:59
-
-
Save lzhoucs/3d0a41d761516b06f7f8 to your computer and use it in GitHub Desktop.
build vim form source
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
0. install dependency first | |
sudo apt-get install python-dev libncurses5-dev | |
1. | |
lzhoucs@LZCS-G580-Luna:~/Dev/Repos/Hg/vim$ ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --with-python-config-dir=/usr/lib/python2.7/config --enable-perlinterp --enable-cscope --prefix /usr | |
2. install checkinstall | |
lzhoucs@LZCS-G580-Luna:~/Dev/Repos/Hg/vim$ sudo apt-get install checkinstall | |
3. build | |
sudo checkinstall | |
4. resolve issues while building and installing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment