
Installation Instructions
-------------------------

If you are running OS/2, run 'make -f Makefile.emx'. See 'README.emx'
for more information.

If you are on a Unix-like system, run './configure' then 'make'.

To use the GNOME front end, use './configure --enable-gnomefe'.
See 'README.gnome' for more information.

WebDAV Fetch Mode
-----------------

WebDAV fetch mode requires XML parsing, using James Clark's expat (see
http://www.jclark.com/xml/expat.html). Note, that this is an *OPTIONAL*
feature. If you don't want it, don't install expat, and don't use it.

Debian GNU/Linux users can install the "libxmltok1" and "libxmltok1-dev"
packages, and skip the rest of this section.

You need to build expat as a library - download and install
http://www.lyra.org/sitecopy/expat-1.0.2-lib.tar.gz

If you already have pristine expat 1.0.2 sources, apply the patch:
  patch -p1 < expat.diff
and run 'make install-lib', altering PREFIX as necessary.

If you have already built libexpat.a for mod_dav, this should work
okay.

NB: If you have several applications on the same system which use
expat (e.g. Mozilla, mod_dav and AbiWord all use expat... there may
well be more), you might like to try building expat as a shared
library.
