浏览代码

Add dependencies to list that are optional

Xenofon Karamanos 5 月之前
父节点
当前提交
dac4017049
共有 1 个文件被更改,包括 3 次插入0 次删除
  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