[Zope3-checkins] SVN: Zope3/trunk/README.txt update the distutils
	command line used to build the software
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Thu Aug 25 10:35:49 EDT 2005
    
    
  
Log message for revision 38085:
  update the distutils command line used to build the software
Changed:
  U   Zope3/trunk/README.txt
-=-
Modified: Zope3/trunk/README.txt
===================================================================
--- Zope3/trunk/README.txt	2005-08-25 13:34:02 UTC (rev 38084)
+++ Zope3/trunk/README.txt	2005-08-25 14:35:48 UTC (rev 38085)
@@ -21,7 +21,7 @@
 setup.py.  Run it to build the extension modules needed by Zope.  Example::
 
   # cd Zope3
-  # python setup.py -q build_ext -i
+  # python setup.py -q build_ext -i install_data --install-dir .
 
 On a unix variant, you can just type: ``make``
 
    
    
More information about the Zope3-Checkins
mailing list