diff options
author | Christian Hesse <mail@eworm.de> | 2014-02-19 23:24:57 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-02-19 23:24:57 +0100 |
commit | c545dffa2922d7c179910c0dcc82bbb360b63bc4 (patch) | |
tree | 97ca378a58deaef712554fe4ecb5a037917ca7e7 /README.md | |
parent | 5023731b8de574d25ce4e95f4bb56f57e422cfa5 (diff) | |
download | cqrlogo-c545dffa2922d7c179910c0dcc82bbb360b63bc4.tar.gz cqrlogo-c545dffa2922d7c179910c0dcc82bbb360b63bc4.tar.zst |
add support for FastCGI
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ To compile and run `cqrlogo` you need: * [libpng](http://www.libpng.org/pub/png/libpng.html) * [zlib](http://www.zlib.net/) (which is a dependency for libpng) * [qrencode](http://megaui.net/fukuchi/works/qrencode/index.en.html) +* [fcgi](http://www.fastcgi.com/) (for FastCGI support) * [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation) Additionally it is expected to have `make` and `pkg-config` around to |