README: Mention the possibility of compiling as dynamic module

pull/45/head
Adrian Perez de Castro 2016-06-08 16:04:41 +03:00
parent aa18095ffc
commit 022c117576
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ Building
$ ./configure --add-module=../nginx-fancyindex-?.?.? \
[--with-http_addition_module] [extra desired options]
Since version 0.4.0, the module can also be built as a
`dynamic module <https://www.nginx.com/resources/wiki/extending/converting/>`_,
using ``--add-dynamic-module=…`` instead.
4. Build and install the software::
$ make