From 60e6c191e9efb15361d1851737efc9b11ac52258 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sun, 4 Sep 2016 02:06:26 +0300 Subject: [PATCH] README: mention about pkg-config dependency --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index de8d816..c7c8e00 100644 --- a/README.markdown +++ b/README.markdown @@ -55,8 +55,8 @@ libstrophe requires: switch - openssl on UNIX systems -To build libstrophe using autotools you will need autoconf, automake -and libtool. +To build libstrophe using autotools you will need autoconf, automake, +libtool and pkg-config. In addition, if you wish to run the unit tests, you will need the check package.