Skip to content

Commit 37772c5

Browse files
committed
Changed expat to libxml in README.
1 parent dcd3964 commit 37772c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ Requirements
3838
============
3939

4040
- nginx_ version >= 1.13.4
41-
- ``libexpat-dev``
41+
- ``libxml2``+``libxslt``
42+
43+
The ``libxslt`` library is technically redundant and is only required since this
44+
combination is supported by nginx_ for the nginx libxslt module.
45+
Using builting nginx mechanisms for linking against third-party libraries
46+
brings certain compatibility benefits.
47+
However this redundancy can be easily eliminated in the ``config`` file.
4248

4349

4450
Locking

0 commit comments

Comments
 (0)