Browse Source

Add dependencies to list that are optional

Xenofon Karamanos 4 months ago
parent
commit
dac4017049
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/tutorials/cmake/default.md

+ 3 - 0
docs/tutorials/cmake/default.md

@@ -20,6 +20,9 @@ For additional features (CMake will error or warn if a library is not found):
 - MySQL or PostgreSQL (for database support) (optional)
 - OpenSSL (for TLS support) (optional)
 - libxml2 (for XML support) (optional)
+- docbook-xsl (for generating READMEs) (optional)
+- lynx (for generating documentation) (optional)
+- xsltproc (for generating documentation) (optional)
 - many more (check each module's documentation for specific requirements)
 
 ## Building Kamailio