summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Clift <justin@gluster.org>2015-03-19 23:25:37 +0000
committerJustin Clift <justin@gluster.org>2015-03-19 23:25:37 +0000
commita6e20b282beccedc245a9840008f7fd589722ac9 (patch)
tree7e5dda0e27d2d2d404f166a25064fda5d1d701e0
parent66e7b7d978185db7e19f21caf1da55850490046a (diff)
downloadfcgiwrap-a6e20b282beccedc245a9840008f7fd589722ac9.tar.xz
fcgiwrap-a6e20b282beccedc245a9840008f7fd589722ac9.zip
Added pkg-config to the requirements
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4686c34..3447fb6 100644
--- a/README.rst
+++ b/README.rst
@@ -25,6 +25,8 @@ requirements
------------
``Makefile`` and ``configure`` script is generated by GNU *autotools*. Therefore you need the latter.
+``pkg-config`` is needed, else you may get AC_DEFINE errors.
+
``fcgiwrap`` links to *dev-libs/fcgi* which can be obtained from http://www.fastcgi.com/ .
``fcgiwrap`` also uses (but not requires) ``systemd`` for socket activation.