2022-08-22 10:10:15 +08:00
|
|
|
## Deepin Tool Kit Gui
|
2020-04-09 14:41:06 +08:00
|
|
|
|
2022-08-22 10:10:15 +08:00
|
|
|
Deepin Tool Kit (DtkGui) is the development graphical user interface of all C++/Qt Developer work on Deepin.
|
2022-08-12 17:24:07 +08:00
|
|
|
|
2022-08-22 10:10:15 +08:00
|
|
|
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
|
|
|
|
|
|
2022-09-21 17:52:56 +08:00
|
|
|
deepin-tool-kit is licensed under [LGPL-3.0-or-later](LICENSE).
|