File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -426,8 +426,21 @@ cPickle cPickle.c
426426# zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
427427
428428# Interface to the Expat XML parser
429+ #
430+ # Expat is written by James Clark and must be downloaded separately
431+ # (see below). The pyexpat module was written by Paul Prescod after a
432+ # prototype by Jack Jansen.
433+ #
434+ # The Expat dist includes Windows .lib and .dll files. Home page is at
435+ # http://www.jclark.com/xml/expat.html, the current production release is
436+ # always ftp://ftp.jclark.com/pub/xml/expat.zip.
437+ #
438+ # (Note: the expat build process doesn't yet build a libexpat.a; you can
439+ # do this manually while we try convince the author to add it.)
440+ #
429441# EXPAT_DIR=/usr/local/src/expat/
430442# pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat
431443
444+
432445# Example -- included for reference only:
433446# xx xxmodule.c
You can’t perform that action at this time.
0 commit comments