An open API service indexing awesome lists of open source software.

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

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).