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

Chris McDonough chrism@zope.com
Sat, 26 Jul 2003 18:02:14 -0400


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

Modified Files:
	INSTALL.txt 
Log Message:
Collector 990: make instance doesn't work under nongnumake.


=== Zope/doc/INSTALL.txt 1.39 => 1.40 ===
--- Zope/doc/INSTALL.txt:1.39	Wed Jun 25 15:30:25 2003
+++ Zope/doc/INSTALL.txt	Sat Jul 26 18:02:09 2003
@@ -43,9 +43,14 @@
       ./configure
       make instance
 
-    This set of commands builds binary files and creates the files
-    necessary for a Zope instance to be run directly within the build
-    directory (e.g. 'in-place').  You may now start Zope by running::
+    WARNING: "make instance" doesn't work on FreeBSD 5.0 and
+    presumably other platforms. You should either use GNU make
+    (gmake instance), or use "make install" instead.
+
+    Making an "In-Place" instance builds the binary files and creates
+    the files necessary for a Zope instance to be run directly
+    within the build directory (e.g. 'in-place').  You may start
+    Zope by running::
 
       ./bin/runzope
 
@@ -75,7 +80,7 @@
   process.  The instance home is created using the 'mkzopeinstance.py'
   script::
 
-    /where/to/install/zope/bin/mkzopeinstance.py /location/of/zope/instance
+    /where/to/install/zope/bin/mkzopeinstance.py
 
   You will be asked to provide a user name and password for an
   administrator's account during 'mkzopeinstance'.  Command-line