https://github.com/linuxdeepin/dtkgui
Deepin Toolkit, gui module for DDE look and feel
https://github.com/linuxdeepin/dtkgui
Last synced: 8 days ago
JSON representation
Deepin Toolkit, gui module for DDE look and feel
- Host: GitHub
- URL: https://github.com/linuxdeepin/dtkgui
- Owner: linuxdeepin
- License: other
- Created: 2019-07-29T08:52:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-21T07:21:32.000Z (23 days ago)
- Last Synced: 2026-01-21T19:09:42.228Z (23 days ago)
- Language: C++
- Size: 1.26 MB
- Stars: 67
- Watchers: 9
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Deepin Tool Kit Gui
Deepin Tool Kit (DtkGui) is the development graphical user interface of all C++/Qt Developer work on Deepin.
You should read the Deepin Application Specification 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).