Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 23 Aug 2001 16:03:59 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: vim60ar Message-ID: <20010823160359.A22427@cygbert.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com References: <20010823091855 DOT E20320 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from abmtek@yahoo.com on Thu, Aug 23, 2001 at 09:14:48AM -0400 On Thu, Aug 23, 2001 at 09:14:48AM -0400, Arafat wrote: > Where can I find instructions on building from source? I've never done this > but I'd like to learn. > > I've been using the regular win32 versions of the beta and am impressed byt > it. I'd like to keep using it in my cygwin environment. cd into the toplevel source dir, edit src/config.h, eliminate the following three lines (only for the 6.0as release!): #if defined(__CYGWIN__) || defined(__CYGWIN32__) # define WIN32UNIX /* Compiling for Win32 using Unix files. */ #endif call `./configure && make', if that worked you can call `make install' which installs vim into /usr/local. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/