Skip to content

Commit

Permalink
Update README to include mosquitto instructions for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcothaller committed Nov 10, 2024
1 parent b13520d commit 176b007
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

<https://mosquitto.org/download/>


## Usage

1. Clone or download this repository
Expand Down

0 comments on commit 176b007

Please sign in to comment.