[Zope-Checkins] CVS: Zope/doc - INSTALL.txt:1.37

Chris McDonough chrism@zope.com
Fri, 21 Mar 2003 17:19:51 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv30189

Modified Files:
	INSTALL.txt 
Log Message:
Document out-of-source build.


=== Zope/doc/INSTALL.txt 1.36 => 1.37 ===
--- Zope/doc/INSTALL.txt:1.36	Tue Mar 18 16:19:10 2003
+++ Zope/doc/INSTALL.txt	Fri Mar 21 17:19:50 2003
@@ -74,7 +74,7 @@
 
 Building Zope
 
-  If you want to try out Zope in the simplest fashion, then run the
+  If you want to try out Zope in a more permanent fashion, then run the
   conventional UNIX build sequence::
 
     ./configure --prefix /where/to/install/zope
@@ -113,6 +113,13 @@
       extensions for you.
 
     * See CHANGES.txt for important notes on this version of Zope.
+
+    * You can run the 'configure' command outside of the Zope source
+      tree.  If you do so, the makefile and the files generated by the
+      build process will be written to the directory from which you
+      run 'configure'.  You can then use 'make install' to install these
+      files to their canonical locations.  This is to support
+      source locations which are not writable.
 
 Integrating Zope with an existing webserver