This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about building vim 6.2-1 on cygwin (for Corinna)


On Tue, Jun 17, 2003 at 04:15:50PM -0500, DJ Stauffer wrote:
> Hello,
> 
> I am trying to build vim 6.2-1 on cygwin with the perl support 
> enabled.  What configure options do I need to match the build that you 
> produced for that release?

./configure \
        --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir='$(sbindir)' \
	--localstatedir=/var \
	--datadir='$(prefix)/share' \
	--enable-multibyte \
	--without-x \
	--enable-gui=no

You need the libncurses-devel package installed.

Corinna


-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]