From 75485cada2a47fa5196bdfe2154ed1885c1c47c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Wed, 10 Jan 2024 12:45:30 +0200 Subject: [PATCH] README.md - add cmake dependency We need to have cmake as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bbc779..84477a3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This example tests the robustness and thread safeness of Protocol API C-API inte ``` sudo apt-get update - sudo apt-get install build-essential git libc6-dev \ + sudo apt-get install build-essential cmake git libc6-dev \ libmosquitto-dev mosquitto-clients libglib2.0-dev \ doxygen ```