Add note to readme

This commit is contained in:
Reimar 2025-04-09 12:19:55 +02:00
parent 597602ad2c
commit 98928c552e
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268

View File

@ -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` `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] > [!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 > 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