summaryrefslogtreecommitdiff
path: root/INSTALL.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2004-08-17 15:33:37 +0000
committerDave Beckett <dave@dajobe.org>2004-08-17 15:33:37 +0000
commit87a9df8ca639d919db239e1fb373c85a9946eb47 (patch)
tree61729532fdc00b82892d75f8b086e5f2014cba52 /INSTALL.html
parent6b46e1c6d356fa86709e7e7b04da60548b4ee4d8 (diff)
downloadraptor-87a9df8ca639d919db239e1fb373c85a9946eb47.tar.gz
words
Diffstat (limited to 'INSTALL.html')
-rw-r--r--INSTALL.html14
1 files changed, 8 insertions, 6 deletions
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.
</p></dd>
<dt><tt>--enable-parsers=PARSERS</tt><br /></dt>
-<dd><p>Pick the RDF parsers to build from the list:
-<code>rdfxml ntriples turtle rss-tag-soup</code>. The default when
-this option is omitted is to build all of them.
+<dd><p>Pick the RDF parsers to build from the list:<br />
+<code>rdfxml ntriples turtle rss-tag-soup</code><br />
+The default when this option is omitted is to enable all parsers.
<code>rss-tag-soup</code> 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.</p>
-<p>The parsers that the library supports can be found from the API
-level using functions such as <code>raptor_parsers_enumerate</code>
-and <code>raptor_syntaxes_enumerate</code> or from teh
+
+<p>The parsers that a built library supports can be found from the
+API level using functions such as
+<code>raptor_parsers_enumerate</code> and
+<code>raptor_syntaxes_enumerate</code> or from the
<code>rapper</code> utility in the help message.</p></dd>
<dt><tt>--with-xml-parser=NAME</tt><br /></dt>