[Zope-CVS] CVS: Packages/WinBuilders - README.txt:1.6
Chris McDonough
chrism at plope.com
Mon May 24 12:23:53 EDT 2004
Update of /cvs-repository/Packages/WinBuilders
In directory cvs.zope.org:/tmp/cvs-serv12621
Modified Files:
README.txt
Log Message:
Update for Zope 2.7.0 and document file placement requirements in
README.txt.
=== Packages/WinBuilders/README.txt 1.5 => 1.6 ===
--- Packages/WinBuilders/README.txt:1.5 Fri Jan 30 22:02:27 2004
+++ Packages/WinBuilders/README.txt Mon May 24 12:23:51 2004
@@ -32,6 +32,21 @@
This is unecessary if building against Python 2.2.X. [Tim didn't find
this necessary building against Python 2.3.3 either.]
+From the parent directory of the package, make a "tmp" directory.
+
+Get necessary source packages and place them in the tmp directory. At the time
+of this writing, this includes:
+
+ - Python-2.3.3.tgz
+ - Python-2.3.3.exe (used for binary modules)
+ - win32all-163.exe
+ - Zope-2.7.0.tgz
+
+As time marches on, these version numbers will obviously change.
+
+If you see any make errors with references to one of these files, it's because
+you've not downloaded them or you've not placed them in 'tmp'.
+
From the parent directory of the package, type WinBuilders/buildout <type>
where type is one of "python", "zope", or "zeo".
@@ -74,4 +89,4 @@
Workaround: xxcopy works fine <http://www.xxcopy.com/>; free for
personal use, but not for commercial use. Rename it to xcopy.exe and
get it into your path before the native xcopy, or fiddle the XCOPY
- defn in common.mk to use xxcopy instead of xcopy.
\ No newline at end of file
+ defn in common.mk to use xxcopy instead of xcopy.
More information about the Zope-CVS
mailing list