Skip to content

Instantly share code, notes, and snippets.

@lzhoucs
Last active December 30, 2015 15:59
Show Gist options
  • Save lzhoucs/3d0a41d761516b06f7f8 to your computer and use it in GitHub Desktop.
Save lzhoucs/3d0a41d761516b06f7f8 to your computer and use it in GitHub Desktop.
build vim form source
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