On Tue, Mar 20, 2012 at 02:23:50PM -0700, Gary Johnson wrote: > On 2012-03-20, John Degen wrote: > > I'm trying to compile a huge version of Vim, including gVim, using > > Mercurial. I've only managed to install console Vim, and that's a > > normal version, without Python and Perl interface. I followed the > > instructions and issued these commands: > > > > hg clone https://vim.googlecode.com/hg/ vim > > ./configure > > make install > > > > Am I still missing packages? The Debian package (Vim 7.2.445) > > installs without problems and offers a huge version. > > > > System info: > > Debian 6.0.4 > > uname -a > > Linux xeon 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64 > > GNU/Linux > > > > Thanks for any clues.
> Without any options, configure will get you the normal version. To > get the huge version, you'll have to add "--with-features=huge". to get python and perl there are configure options you need to specify as well -- have a look at 'configure' and it'll tell you what you need to do sc -- 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
