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 28 29 30 31 32 33 34 35 36 37 38 39 40
|
## dtkcommon
A public project for building DTK Library
## Dependencies
### build on debian/uos
requirements:
- pkg-config
- libglib2.0-bin
- qttools5-dev-tools
- qtbase5-private-dev
### Build from source code
```bash
cmake -B build && cmake --build build
```
# Documentations
null
## Getting help
- [Official Forum](https://bbs.deepin.org/) for generic discussion and help.
- [Developer Center](https://github.com/linuxdeepin/developer-center) for BUG report and suggestions.
- [Wiki](https://wiki.deepin.org/)
## Getting involved
We encourage you to report issues and contribute changes
- [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) (English)
## License
This project is licensed under [BSD-3-Clause](LICENSE).
|