From 344ddb2b73ca1f528ad057bcb0ee54862e0018f0 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 13 Nov 2023 22:48:27 +0100 Subject: [PATCH] Readme --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 614808e..c4e575b 100644 --- a/Readme.md +++ b/Readme.md @@ -7,8 +7,11 @@ Device verification is also supported. ## Building Building requires a C/C++ compiler and make. + To build the dependencies run `make deps`. + To build any of the examples run `make out/examples/`. + To use the library: - Add `src/matrix.c` to compilation - Add either `src/matrix_http_mongoose.c` or `src/matrix_http_esp32.c` to compilation @@ -20,7 +23,9 @@ To use the library: ## Dependencies [Mongoose](https://github.com/cesanta/mongoose) + [mjson](https://github.com/cesanta/mjson) + [Olm](https://gitlab.matrix.org/matrix-org/olm) ## Examples -- 2.50.1