[Zope-Checkins] CVS: Zope - README.txt:1.12.4.1
Chris McDonough
chrism@zope.com
Sun, 29 Sep 2002 17:56:13 -0400
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv15081
Modified Files:
Tag: chrism-install-branch
README.txt
Log Message:
Added quick install instructions relevant for this branch.
=== Zope/README.txt 1.12 => 1.12.4.1 ===
--- Zope/README.txt:1.12 Mon Aug 19 18:59:15 2002
+++ Zope/README.txt Sun Sep 29 17:56:13 2002
@@ -15,29 +15,16 @@
(zope@zope.org) To subscribe to the list send mail to
zope-request@zope.org with "subscribe" in the subject line.
-Introduction
+Quick Install Instructions
- The source release is intended for tinkerers, those who want to use
- Zope components separately, people who want to use their own Python,
- and people who work on platforms that are not supported by
- a binary distribution.
-
- If you just want to use Zope easily and you aren't a programmer, the
- binary release will probably suit you better. All are available at
- http://www.zope.org/Download.
+ ./configure --prefix=target_directory
+ make
+ make install
License
The Zope License is included in LICENSE.txt Send your feedback
about the license to zope-license@zope.org.
-
-Important
-
- This release requires Python 2.1.
-
-Installing Zope
-
- Follow the instructions in doc/INSTALL.txt to install Zope.
Notes