[Zope3-checkins] CVS: Zope3/doc - INSTALL.txt:1.37

Guido van Rossum guido@python.org
Fri, 20 Dec 2002 09:51:33 -0500


Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv7100

Modified Files:
	INSTALL.txt 
Log Message:
Make it less Unix-centric.


=== Zope3/doc/INSTALL.txt 1.36 => 1.37 ===
--- Zope3/doc/INSTALL.txt:1.36	Thu Dec 19 21:04:27 2002
+++ Zope3/doc/INSTALL.txt	Fri Dec 20 09:51:32 2002
@@ -26,12 +26,16 @@
 
     * cd Zope3
 
-    * make
+    * python setup.py build_ext -i
+
+      (On Unix, typing "make" will do the same thing.)
 
     * Copy principals.zcml.in to principals.zcml, and add a manager
       entry to it based on the examples in sample_principals.zcml.
 
     * python z3.py
+
+      (On Unix, typing "make run" will do the same thing.)
 
   You should shortly see logging messages indicating Zope3 is listening on
   port 8080.  At that point you can connect to Zope3 by directing