Skip to content

Add msgpack as dependency in README

Josef Schlehofer requested to merge add-msgpack-requirement into master

This should avoid situation when I didn't have installed msgpack and build system shows following error:

configure: error: Package requirements (msgpack) were not met:

No package 'msgpack' found

Fixes: d624db74 ("Send Sentinel messages as payload")

Merge request reports