summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoopercc <coopercc>2000-09-25 13:06:39 +0000
committercoopercc <coopercc>2000-09-25 13:06:39 +0000
commit56fdcd4163e730010a24b25cbb458f1e04f13884 (patch)
treebc886c5c57b0dcc2e73cf9ef64908a3f4ae2277b
parentaac56e404126bdd5a5a69f2adc07cd7861f8e10e (diff)
downloadlibexpat-56fdcd4163e730010a24b25cbb458f1e04f13884.tar.gz
Make more explicit the need to do an include of expat.h
-rw-r--r--doc/reference.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference.html b/doc/reference.html
index d848ab1..f37f55f 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -232,7 +232,8 @@ respectively.
<h3>Compiling and Linking against expat</h3>
<p>Unless you installed expat in a location not expected by your compiler
and linker, all you have to do to use expat in your programs is to include
-the expat header in your files that make calls to it and to tell the linker
+the expat header (<code>#include &lt;expat.h&gt;</code>) in your files that
+make calls to it and to tell the linker
that it needs to link against the expat library. On Unix systems, this would
be the <code>-lexpat</code> argument.
Otherwise, you'll need to tell the compiler where to look for the expat header