Add test deps to readme

This commit is contained in:
Roger A. Light
2026-01-16 14:08:41 +00:00
parent 8d0a534617
commit 2d3214c409

View File

@@ -19,6 +19,13 @@ The following packages can be used to add features to mosquitto.
* xsltproc (xsltproc and docbook-xsl on Debian based systems) - only needed * xsltproc (xsltproc and docbook-xsl on Debian based systems) - only needed
when building from git sources - disable with `WITH_DOCS=no` when building from git sources - disable with `WITH_DOCS=no`
For testing, the following packages are required:
* cunit
* googletest / gmock
* microsocks
* python
To compile you may either use CMake, or on Linux look in the file `config.mk` To compile you may either use CMake, or on Linux look in the file `config.mk`
for compile options and use plain `make`. for compile options and use plain `make`.