## Building\r
\r
Building requires a C/C++ compiler and make.\r
+\r
To build the dependencies run `make deps`.\r
+\r
To build any of the examples run `make out/examples/<example>`.\r
+\r
To use the library:\r
- Add `src/matrix.c` to compilation\r
- Add either `src/matrix_http_mongoose.c` or `src/matrix_http_esp32.c` to compilation\r
\r
## Dependencies\r
[Mongoose](https://github.com/cesanta/mongoose)\r
+\r
[mjson](https://github.com/cesanta/mjson)\r
+\r
[Olm](https://gitlab.matrix.org/matrix-org/olm)\r
\r
## Examples\r