[Zope3-checkins] SVN: Zope3/branches/Zope-3.1/releases/Zope/README.txt fix version references

Fred L. Drake, Jr. fdrake at gmail.com
Tue Sep 6 11:55:05 EDT 2005


Log message for revision 38305:
  fix version references

Changed:
  U   Zope3/branches/Zope-3.1/releases/Zope/README.txt

-=-
Modified: Zope3/branches/Zope-3.1/releases/Zope/README.txt
===================================================================
--- Zope3/branches/Zope-3.1/releases/Zope/README.txt	2005-09-06 14:24:18 UTC (rev 38304)
+++ Zope3/branches/Zope-3.1/releases/Zope/README.txt	2005-09-06 15:55:03 UTC (rev 38305)
@@ -55,7 +55,7 @@
 change the installation directory, use the ``--prefix`` option to specify an
 alternate location:
 
-  $ ./configure --prefix /opt/Zope-3.0.0
+  $ ./configure --prefix /opt/Zope-3.1.0
 
   Configuring Zope 3 installation
 
@@ -85,7 +85,7 @@
   python2.3 install.py -q build
   python2.3 test.py -v
   Running UNIT tests at level 1
-  Running UNIT tests from /home/user/Zope-3.0.0/build/lib.linux-i686-2.3
+  Running UNIT tests from /home/user/Zope-3.1.0/build/lib.linux-i686-2.3
   [...lots of dots, one per test...]
   ----------------------------------------------------------------------
   Ran 4510 tests in 501.389s
@@ -100,7 +100,7 @@
 
   $ make install
   python2.3 install.py -q build
-  python2.3 install.py -q install --home "/opt/Zope-3.0.0"
+  python2.3 install.py -q install --home "/opt/Zope-3.1.0"
 
 You now have a complete Zope 3 installation.
 
@@ -154,15 +154,15 @@
 Build the Zope software by switching to the directory created by unpacking the
 source distribution, then running the command::
 
-  C:\Zope-3.0.0> \Python23\python install.py -q build
+  C:\Zope-3.1.0> \Python23\python install.py -q build
 
 The unit tests for the Zope software can be run once this is complete.  This
 is an optional step, and can take a while to complete.  The tests can be run
 using the command::
 
-  C:\Zope-3.0.0> \Python23\python test.py -v
+  C:\Zope-3.1.0> \Python23\python test.py -v
   Running UNIT tests at level 1
-  Running UNIT tests from C:\Zope-3.0.0\build\lib.win32-2.3
+  Running UNIT tests from C:\Zope-3.1.0\build\lib.win32-2.3
   [...lots of dots, one per test...]
   ----------------------------------------------------------------------
   Ran 4500 tests in 501.389s
@@ -175,7 +175,7 @@
 
 At this point, you can install the software using the command:
 
-  C:\Zope-3.0.0> \Python23\python install.py -q install
+  C:\Zope-3.1.0> \Python23\python install.py -q install
 
 You now have a complete Zope 3 installation.  Note that this method of
 installing Zope does not allow for easy uninstallation later: you will need to



More information about the Zope3-Checkins mailing list