dtkgui/README.md

53 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

## Deepin Tool Kit Gui
2020-04-09 14:41:06 +08:00
Deepin Tool Kit (DtkGui) is the development graphical user interface of all C++/Qt Developer work on Deepin.
You should read the <a href=doc/Specification.md>Deepin Application Specification</a> firstly.
## Dependencies
### Build dependencies
* Qt >= 5.10
## Installation
### Build from source code
1. Make sure you have installed all dependencies.
2. Build:
```bash
mkdir build
cd build
cmake ..
make
```
3. Install:
```bash
sudo make install
```
## Getting help
Any usage issues can ask for help via
* [Telegram group](https://t.me/deepin)
* [Matrix](https://matrix.to/#/#deepin-community:matrix.org)
* [IRC (libera.chat)](https://web.libera.chat/#deepin-community)
* [Forum](https://bbs.deepin.org)
* [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).
## License
deepin-tool-kit is licensed under [LGPL-3.0-or-later](LICENSE).