From 87a9df8ca639d919db239e1fb373c85a9946eb47 Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Tue, 17 Aug 2004 15:33:37 +0000 Subject: words --- INSTALL.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'INSTALL.html') diff --git a/INSTALL.html b/INSTALL.html index 329b4f5d..3a4e44f0 100644 --- a/INSTALL.html +++ b/INSTALL.html @@ -118,15 +118,17 @@ expat source directory structures.

--enable-parsers=PARSERS
-

Pick the RDF parsers to build from the list: -rdfxml ntriples turtle rss-tag-soup. The default when -this option is omitted is to build all of them. +

Pick the RDF parsers to build from the list:
+rdfxml ntriples turtle rss-tag-soup
+The default when this option is omitted is to enable all parsers. rss-tag-soup has a requirement on libxml2 with XMLReader so may not always be available. If all parsers are not enabled, parts of the test suite will likely fail.

-

The parsers that the library supports can be found from the API -level using functions such as raptor_parsers_enumerate -and raptor_syntaxes_enumerate or from teh + +

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

--with-xml-parser=NAME
-- cgit v1.2.1