Copyright © Alex Chamberlain 2012. Released under the MIT licence.
nginx-qrencode is a an addon for Nginx to generate and serve QR codes.
nginx-qrencode depends upon libqrencode and libgd. Please install
these first.
- Clone this responsitory git clone git://github.com/alexchamberlain/nginx-qrcode.git
- Download the Nginx source, extract and change the current working directory to the Nginx tree.
- Run
configurewith--add-module=/path/to/source/nginx-qrcode - Run
makeandmake install.make installwill probably need root permissions.
Refer to http://wiki.nginx.org/3rdPartyModules.