This is the mail archive of the cygwin 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: vim and python


On Jun 11 16:54, Rohan Shah wrote:
> How can I add python support to Vim in Cygwin? I have never installed a 
> package other than the ones listed on the cygwin setup menu. I know that 
> I have to download the vim source code and compile it with some python 
> libraries? But how do I do this? Can someone please help?

In the unpacked vim-6.3-1 source directory call

    ./configure \
	--enable-multibyte \
	--without-x \
	--enable-gui=no \
	--enable-pythoninterp

All but the last option are also set in the standard build.  Note that
the --enable-pythoninterp option is untested on Cygwin.  When configure
has finished, call `make' and `make install`.  Since all path related
options are unset, this will install your version of vim under /usr/local.
So it doesn't collide with the Cygwin installed vim.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader          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]