From c0aad0bf002a3808c87f69663fcd2946c93c748f Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Wed, 27 Apr 2016 11:54:04 +0000 Subject: [PATCH] README: describe autotools dependency --- README.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index fc82d43..7dfeaa5 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ libstrophe libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. It -runs well on both Linux, Unix, and Windows based platforms. +runs well on Linux, Unix and Windows based platforms. Its goals are: @@ -49,7 +49,9 @@ libstrophe requires: - expat or libxml2 - expat is the default; use --with-libxml2 to switch - openssl on UNIX systems -- libtool + +To build libstrophe using autotools you will need autoconf, automake +and libtool. In addition, if you wish to run the unit tests, you will need the check package.