Reputation: 43
I'm trying to install PyLucene on a 64-bit Windows machine and the first thing I need to do is install JCC. On the installation page it says I need to change the INCLUDES
, CFLAGS
, DEBUG_CFLAGS
, LFLAGS
and JAVAC
values in the setup.py
file.
I have no idea how to do this (I've no idea what the first four even are). I've searched both online and on this site and I still haven't been able to make heads or tails of it. I'm very sorry if this is a very general question but even some tips on where to look would be greatly appreciated.
Upvotes: 1
Views: 1056