[Zope-Coders] silly windows request

Chris McDonough chrism@zope.com
08 Oct 2002 19:49:36 -0400


If anybody has Win98/ME (not NT, I have that) with VC++ installed, do
you think you might be able to spare a second to do me a favor and do
perform the following commands:

 cvs -d :ext:cvs.zope.org:/cvs-repository -d InstallBranch \
   -r chrism-install-branch Zope
 cd InstallBranch
 vcvars32
 configure
 nmake build
 nmake install
 c:\Zope\inst\make_instance.py
 .. answer questions .. answer c:\Inst to instance_home question
 c:\Inst\bin\zctl.py start

It works ok on NT (or at least it did a couple of days ago ;-) but I
have no 98 machines to test it out on though.

TIA,

- C