[Zope-Checkins] CVS: Zope - README.txt:1.12.4.2
Chris McDonough
chrism@zope.com
Sat, 5 Oct 2002 19:14:17 -0400
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv21530
Modified Files:
Tag: chrism-install-branch
README.txt
Log Message:
Add note about Win32 source build.
=== Zope/README.txt 1.12.4.1 => 1.12.4.2 ===
--- Zope/README.txt:1.12.4.1 Sun Sep 29 17:56:13 2002
+++ Zope/README.txt Sat Oct 5 19:14:17 2002
@@ -17,9 +17,17 @@
Quick Install Instructions
+ UNIX (requires a C compiler and a make utility)
+
./configure --prefix=target_directory
make
make install
+
+ Win32 (requires Visual C++ 6.0+)
+
+ configure.bat --prefix=target_directory
+ nmake build
+ nmake install
License