From fa62ac1dd3348a331dc4f89d3b668bd31174f1b5 Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Thu, 19 May 2005 10:45:55 +0000 Subject: Document --enable-serializers --- INSTALL.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'INSTALL.html') 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 raptor_syntaxes_enumerate or from the rapper utility in the help message.

+
--enable-serializers=SERIALIZERS
+

Pick the RDF serializers to build from the list:
+rdfxml ntriples rdfxml-abbrev
+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.

+ +

The serializers that a built library supports can be found from the +API level using functions such as +raptor_serializers_enumerate or from the +rapper utility in the help message.

+
--with-xml-parser=NAME

Pick an XML parser to use - either libxml (default) minimum version 2.4.0 (2.6.0 or newer prefered) -- cgit v1.2.1