From 90100afe7a1b2aa85fe00f28c5f361dc7a8eb4ae Mon Sep 17 00:00:00 2001 From: Marco Thaller Date: Fri, 8 Nov 2024 10:12:20 +0100 Subject: [PATCH] Update README to include mosquitto instructions for windows --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5c93ccb..ab5673a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ In order to use this template and build a C++ application, you need to install a * **[cmake](https://cmake.org/download/)** (3.21 or newer) * **[git](https://git-scm.com/)** (to fetch dependencies) + * **[mosquitto](https://mosquitto.org/)** (required for MQTT integration) * **[slint](https://slint.dev/)** (optional) * C++ compiler that supports C++ 20 @@ -43,6 +44,15 @@ are: sudo apt install build-essential cmake git libxkbcommon-dev libxcb-xkb-dev libxkbcommon-x11-dev wayland-scanner++ wayland-protocols libwayland-dev libmosquittopp-dev ``` +### Windowd + +In case you want to build mecaps with its MQTT integration, you manually need to install mosquitto since we don't support building mosquitto from source (yet). + +You can find setup instructions and download links at + + + + ## Usage 1. Clone or download this repository