Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
PyLucene, mail # dev - Building PyLucene on Windows


Copy link to this message
-
Re: Building PyLucene on Windows
Andi Vajda 2012-04-28, 22:15

On Apr 28, 2012, at 16:35, Bill Janssen <[EMAIL PROTECTED]> wrote:

> Jeremy Michels <[EMAIL PROTECTED]> wrote:
>
>> Would you be willing to share your makefile? I am having quite a bit
>> of trouble with this as well.
>
> I build PyLucene on Windows regularly.  I use mingw to compile and link.
> My build script is at
> http://uplib.parc.com/hg/uplib/file/2013b08512fa/win32/build-windows-prereqs.sh;
> look for "-- jcc --".  Note that you must have an appropriately patched
> setuptools installed, first.

The patch to setuptools is for Linux only   unless I'm mistaken.

Andi..

>
> Rather than editing the Makefile for PyLucene, I just override the
> appropriate make variables in the build environment.
>
> Bill