[Zope3-checkins] CVS: Zope3 - README.txt:1.10
Guido van Rossum
guido@python.org
Tue, 31 Dec 2002 16:30:21 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv16374
Modified Files:
README.txt
Log Message:
Add note about Windows binary distribution.
=== Zope3/README.txt 1.9 => 1.10 ===
--- Zope3/README.txt:1.9 Tue Dec 31 16:25:09 2002
+++ Zope3/README.txt Tue Dec 31 16:30:20 2002
@@ -23,6 +23,10 @@
On a unix variant, you can just type: make
+ On Windows, if you downloaded the binary distribution, this has
+ already been done for you (since the compiler we use on Windows
+ isn't free).
+
Zope3 includes unit tests based on the Python unittest module. If
you checkin changes, you should verify that all the tests succeed
before you checkin.