1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# Treeland protocols
Wayland protocol extensions for treeland.
## Dependencies
Check `debian/control` for build-time dependencies, or use `cmake` to check the missing required dependencies.
## Building
Regular CMake building steps applies, in short:
```shell
$ mkdir build && cd build
$ cmake ..
$ cmake --build .
```
## Getting Involved
- [Code contribution via GitHub](https://github.com/linuxdeepin/dde-launchpad/)
- [Submit bug or suggestions to GitHub Issues or GitHub Discussions](https://github.com/linuxdeepin/developer-center/issues/new/choose)
- [Translate this project into your language on Hosted Weblate](https://hosted.weblate.org/projects/deepin/dde-launchpad/)
## License
**treeland-protocols** is licensed under MIT.
|