summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4686c34..5d7a30e 100644
--- a/README.rst
+++ b/README.rst
@@ -10,6 +10,11 @@ fcgiwrap
This page has been translated into `Spanish <http://www.webhostinghub.com/support/es/misc/fcgiwrap>`_ language by Maria Ramos from `Webhostinghub.com/support/edu <http://www.webhostinghub.com/support/edu>`_.
+License
+=======
+
+This software is released under the MIT license. See COPYING for details.
+
Features
========
- very lightweight (84KB of private memory per instance)
@@ -25,6 +30,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.