diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -15,6 +15,24 @@ The currently only supported device is: Further device support is planned. +## Build instructions + +The Sia server is built and tested with the Meson build automation tool. + +``` +meson setup build +meson compile -C build +meson test -C build +``` + +Build artefacts can be shown with the `tar` archive tool and `less` pager. + +``` +tar -tf build/sia-server-v*.tar.zst | less +``` + +All relevant build results are part of this Zstandard-compressed tar archive. + [1]: https://homematic-ip.com/ [2]: https://openccu.de/ [3]: https://homematic-ip.com/en/product/window-and-door-contact-optical |
