summaryrefslogtreecommitdiff
path: root/INSTALL.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-07-20 21:26:31 -0700
committerDave Beckett <dave@dajobe.org>2010-07-20 21:26:31 -0700
commit8ee822e187a018711273a0e308b079f5339f328c (patch)
tree848e11765acc505bda503f476f7adb46167078ec /INSTALL.html
parent5599bc39719af656ff1186134154a2c7625669ad (diff)
downloadraptor-8ee822e187a018711273a0e308b079f5339f328c.tar.gz
add YAJL pointers
Diffstat (limited to 'INSTALL.html')
-rw-r--r--INSTALL.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/INSTALL.html b/INSTALL.html
index 14af8c66..183591e4 100644
--- a/INSTALL.html
+++ b/INSTALL.html
@@ -60,7 +60,9 @@ and x86 OSX but is also tested on other systems occasionally.
(2.6.8 or newer) or expat. It will optionally use libcurl, libxml2
for retrieving URIs. It will optionally use libxslt (requiring
libxml2 also) to provide the XSLT functionality for the GRDDL and
-microformats parser.</p>
+microformats parser. It will also optionally use
+<a href="http://lloyd.github.com/yajl/">YAJL</a> to provide JSON
+parsers if it is available.</p>
<h3><a id="sec-create-configure" name="sec-create-configure"></a>2.1. Create <code>configure</code> program</h3>
@@ -201,6 +203,13 @@ coherent.</p>
<dt><tt>--with-libwww-config=NAME</tt><br /></dt>
<dd><p>Legacy option that used to support the libwww library.</p></dd>
+<dt><tt>--with-yajl=DIR|no</tt><br /></dt>
+<dd><p>Build against <a href="http://lloyd.github.com/yajl/">YAJL</a>
+installed into directory <em>DIR</em> or with 'no', disable looking
+for YAJL. The default is to search a set of common installaiton directories
+such /opt/local, /usr/local and /usr.
+</p></dd>
+
</dl>
<h3>2.3 Configuring</h3>