From 289fe602af329f02cda59c7fcd74f481ec5e0c8a Mon Sep 17 00:00:00 2001 From: Pedro Melo Date: Sun, 25 Jan 2009 10:40:13 -0700 Subject: [PATCH] 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 --- README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.txt b/README.txt index 2f92e62..cf98e25 100644 --- a/README.txt +++ b/README.txt @@ -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 + +