[Zope-Checkins] CVS: Zope - README.txt:1.12.4.3
Chris McDonough
chrism@zope.com
Fri, 11 Oct 2002 15:36:15 -0400
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv21329
Modified Files:
Tag: chrism-install-branch
README.txt
Log Message:
Win32 instructions
=== Zope/README.txt 1.12.4.2 => 1.12.4.3 ===
--- Zope/README.txt:1.12.4.2 Sat Oct 5 19:14:17 2002
+++ Zope/README.txt Fri Oct 11 15:36:14 2002
@@ -25,7 +25,11 @@
Win32 (requires Visual C++ 6.0+)
- configure.bat --prefix=target_directory
+ (if you're on Windows NT):
+ set PYTHON=\a\path\to\your\python
+ configure.bat --prefix=target_directory
+ (or on Windows 95/98/ME):
+ python inst\configure.py --prefix=target_directory
nmake build
nmake install