summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGrzegorz Nosek <root@localdomain.pl>2015-04-19 10:28:39 +0200
committerGrzegorz Nosek <root@localdomain.pl>2015-04-19 10:28:39 +0200
commit6ded18b5c3cb294584f0355d7f1443beefe84803 (patch)
tree7e5dda0e27d2d2d404f166a25064fda5d1d701e0 /README.rst
parent66e7b7d978185db7e19f21caf1da55850490046a (diff)
parenta6e20b282beccedc245a9840008f7fd589722ac9 (diff)
downloadfcgiwrap-6ded18b5c3cb294584f0355d7f1443beefe84803.tar.xz
fcgiwrap-6ded18b5c3cb294584f0355d7f1443beefe84803.zip
Merge pull request #27 from justinclift/master
Added pkg-config to the requirements
Diffstat (limited to 'README.rst')
-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.