[Zope-Checkins] CVS: Zope/doc - INSTALL.txt:1.39.2.2
Chris McDonough
chrism@zope.com
Sat, 26 Jul 2003 18:01:28 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv30558
Modified Files:
Tag: Zope-2_7-branch
INSTALL.txt
Log Message:
colllector 990: make install doesn't function under bsd make.
=== Zope/doc/INSTALL.txt 1.39.2.1 => 1.39.2.2 ===
--- Zope/doc/INSTALL.txt:1.39.2.1 Fri Jun 27 16:51:40 2003
+++ Zope/doc/INSTALL.txt Sat Jul 26 18:01:22 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