Tweak readme to note some dependencies

If you are using SCons, you dont need to know this, but some have tried to compile libstrophe without SCons and this information is important.

Signed-off-by: Jack Moffitt <jack@metajack.im>
This commit is contained in:
Pedro Melo
2009-01-25 10:40:13 -07:00
committed by Jack Moffitt
parent 091f5aab71
commit 289fe602af

View File

@@ -25,3 +25,13 @@ The examples/ directory contains some examples of how to
use the library; these may be helpful in addition to the
API documentation in doc/.
== Requirements ==
Libstrophe requires libresolv on UNIX systems. Make sure you include -lresolv
if you are compiling by hand.
It also uses expat for XML processing, but a current copy is included in the
expat/ directory of the SVN checkout