Skip to content

Commit

Permalink
README.md - add cmake dependency
Browse files Browse the repository at this point in the history
We need to have cmake as well.
  • Loading branch information
JanneKiiskila committed Jan 10, 2024
1 parent fe88fc0 commit 75485ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 75485ca

Please sign in to comment.