From 98928c552e353197943a79adef97f23c4e3a76c3 Mon Sep 17 00:00:00 2001 From: Reimar Date: Wed, 9 Apr 2025 12:19:55 +0200 Subject: [PATCH] Add note to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 62af17d..6eb91dd 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ The following library packages are required by the IoT code and should be instal `apt install libmosquitto-dev librabbitmq-dev libi2c-dev libgpiod-dev libcjson-dev` +> [!NOTE] +> The gpiod library must be below version 2.0. Debian Bookworm still distributes the old version of the library. + > [!NOTE] > The RabbitMQ apt package is missing the header files - They can be copied from [here](https://github.com/alanxz/rabbitmq-c/tree/master/include/rabbitmq-c) into the `/usr/include/rabbitmq-c` folder