Wednesday, September 22, 2010

Re: Compiling gvim on Debian

2010/9/22 Dominique Pellé <dominique.pelle@gmail.com>:
> On Ubuntu (I assume that it's the same on Debian), you can
> install all packages needed to be able to compile the gnome
> version of Vim with:
>
> $ sudo apt-get build-dep vim-gnome
>
> Even if you managed to compile Vim with GUI, you may still
> want to try that in case other features may be silenly turned off.
>
> Also, instead of running "./configure --enable-gui=gnome2",
> I recommend to run:
>
> ./configure --enable-gui=gnome2 --with-features=big
>
> (or even with --with-features=huge) or else many useful
> features won't be enabled (cscope, conceal, etc.).
>
> You can look at ":help +feature-list" to see what features
> get enable in vim tiny/small/normal/big/huge.

Thanks for both these suggestion, I completely forgot to check the
enabled features and actually some are missing compared to my usual
setup (e.g. perl).

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: