On 2009-03-07, ?????? wrote: > I would like to use Cygwin to compile VIM, who can tell me what need > to install a package, Cygwin will be able to correctly compile the > VIM?
I've installed the basic, default Cygwin packages, plus other packages as needed, so I don't know the minimum set of packages needed to build vim. Most things you need are pretty obvious: when you try to execute ./configure or make, you'll see a complaint about some program not being found. One non-so-obvious package you'll need is libncurses-devel in order for color to work. Regards, Gary --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
