summaryrefslogtreecommitdiff
path: root/INSTALL.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2005-05-19 10:45:55 +0000
committerDave Beckett <dave@dajobe.org>2005-05-19 10:45:55 +0000
commitfa62ac1dd3348a331dc4f89d3b668bd31174f1b5 (patch)
treedd9758ec4f218368e7886c8ab5a17ea0abb81971 /INSTALL.html
parent90ed62c8d92db931ae9d58ea9b6a7dd203024c77 (diff)
downloadraptor-fa62ac1dd3348a331dc4f89d3b668bd31174f1b5.tar.gz
Document --enable-serializers
Diffstat (limited to 'INSTALL.html')
-rw-r--r--INSTALL.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL.html b/INSTALL.html
index f9d019e9..4cb7482c 100644
--- a/INSTALL.html
+++ b/INSTALL.html
@@ -135,6 +135,18 @@ API level using functions such as
<code>raptor_syntaxes_enumerate</code> or from the
<code>rapper</code> utility in the help message.</p></dd>
+<dt><tt>--enable-serializers=SERIALIZERS</tt><br /></dt>
+<dd><p>Pick the RDF serializers to build from the list:<br />
+<code>rdfxml ntriples rdfxml-abbrev</code><br />
+The default when this option is omitted is to enable all serializers.
+If all serializers are not enabled, parts of the test suite will
+likely fail.</p>
+
+<p>The serializers that a built library supports can be found from the
+API level using functions such as
+<code>raptor_serializers_enumerate</code> or from the
+<code>rapper</code> utility in the help message.</p></dd>
+
<dt><tt>--with-xml-parser=NAME</tt><br /></dt>
<dd><p>Pick an XML parser to use - either <tt>libxml</tt> (default)
minimum version 2.4.0 (2.6.0 or newer prefered)