Chris McDonough wrote:
See Packages/WinBuilders in CVS as well.
On Thu, 2003-08-28 at 17:01, Andy McKay wrote:
envvars). Neither works anymore. Installation is either via rpm, executable, or via "configure; make; make install".
What's the equivalent of this for Windows?
Using cygwin and visual studio
configure; make; make install
works just fine :) Or using setup.py will get most of the important stuff done.
Hmmm... I'm mainly looking at this from the autotester point of view. I was trying: configure make make install ...on Windows, but was getting these problems: http://mail.zope.org/pipermail/zope-coders/2003-July/003905.html Chris said that what you suggested was 'wrong', but that's maybe because I'm not using cygwin: http://mail.zope.org/pipermail/zope-coders/2003-July/003909.html I'm currently using: python setup.py build_ext -i Is this the right thing to do? What should I be doing? cheers, Chris