Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile latest vim in debian/ubuntu #14

Open
etaf opened this issue Oct 8, 2014 · 0 comments
Open

Compile latest vim in debian/ubuntu #14

etaf opened this issue Oct 8, 2014 · 0 comments

Comments

@etaf
Copy link
Owner

etaf commented Oct 8, 2014

$ sudo apt-get install xclip clang
$ hg clone https://code.google.com/p/vim/
$ cd vim

##Note: python-config-dir should be set according to real situation.


$./configure -with-features=huge --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-perlinterp=yes  --enable-luainterp=yes  --enable-sniff --enable-multibyte --enable-xim --enable-fontset --enable-gtk2-check --enable-gnome-check --enable-gui=auto --enable-cscope --with-python-config-dir=/usr/lib/python2.7/config --with-x --prefix=/usr > configure_output.txt
$ make
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant