mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-15 00:38:15 +00:00
Make more explicit the need to do an include of expat.h
This commit is contained in:
parent
91ae02924d
commit
df9c925f77
1 changed files with 2 additions and 1 deletions
|
@ -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 <expat.h></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
|
||||
|
|
Loading…
Add table
Reference in a new issue