summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-03-31 16:39:02 (GMT)
committerGuido van Rossum <guido@python.org>2000-03-31 16:39:02 (GMT)
commitd1bda0ce885a19e7c7b796b5070049783e3090c8 (patch)
treeca65d3c76e337b02fae65f1e028bb4161a2a203d
parent5961f5a06df92ba1722748da673d6353ca82a0bb (diff)
downloadcpython-d1bda0ce885a19e7c7b796b5070049783e3090c8.zip
cpython-d1bda0ce885a19e7c7b796b5070049783e3090c8.tar.gz
cpython-d1bda0ce885a19e7c7b796b5070049783e3090c8.tar.bz2
Added some clarifications to pyexpat.
-rw-r--r--Modules/Setup.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index efd39c2..2485012 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -426,8 +426,21 @@ cPickle cPickle.c
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
# Interface to the Expat XML parser
+#
+# Expat is written by James Clark and must be downloaded separately
+# (see below). The pyexpat module was written by Paul Prescod after a
+# prototype by Jack Jansen.
+#
+# The Expat dist includes Windows .lib and .dll files. Home page is at
+# http://www.jclark.com/xml/expat.html, the current production release is
+# always ftp://ftp.jclark.com/pub/xml/expat.zip.
+#
+# (Note: the expat build process doesn't yet build a libexpat.a; you can
+# do this manually while we try convince the author to add it.)
+#
#EXPAT_DIR=/usr/local/src/expat/
#pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat
+
# Example -- included for reference only:
# xx xxmodule.c