summaryrefslogtreecommitdiff
path: root/INSTALL.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2005-04-07 21:59:48 +0000
committerDave Beckett <dave@dajobe.org>2005-04-07 21:59:48 +0000
commit87653e8b824df816aeb3259e27a6206c80ca45af (patch)
treed91d6b357743c1c82fd7ea46c4b7dddea52cb684 /INSTALL.html
parent1960cc9732d860fc8e525ddb1c4d26b80b7d72dd (diff)
downloadraptor-87653e8b824df816aeb3259e27a6206c80ca45af.tar.gz
xslt/grddl changes
Diffstat (limited to 'INSTALL.html')
-rw-r--r--INSTALL.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL.html b/INSTALL.html
index 56b38712..f9d019e9 100644
--- a/INSTALL.html
+++ b/INSTALL.html
@@ -54,7 +54,9 @@ versions.</p>
<p>Raptor uses the GNU automake and autoconf to handle system
dependency checking. It requires an XML parser - either libxml2
(2.4.0 or newer, 2.6.0 or later highly recommended) or expat. It will
-optionally use libcurl, libxml2 for retrieving URIs.</p>
+optionally use libcurl, libxml2 for retrieving URIs. It will
+optionally use libxslt (requiring libxml2 also) to provide the XSLT
+functionality for the GRDDL parser.</p>
<p>Raptor is developed and built on x86 GNU/Linux
(Redhat Fedora Core 3, Debian unstable) but is also regularly tested on
@@ -176,6 +178,9 @@ coherent.</p>
<dt><tt>--with-xml2-config=NAME</tt><br /></dt>
<dd><p>Set the path to the libxml xml2-config program</p></dd>
+<dt><tt>--with-xslt-config=NAME</tt><br /></dt>
+<dd><p>Set the path to the libxslt xslt-config program</p></dd>
+
<dt><tt>--with-curl-config=NAME</tt><br /></dt>
<dd><p>Set the path to the <a href="http://curl.haxx.se/libcurl/">libcurl</a> curl-config program</p></dd>