mirror of https://gitee.com/openkylin/dtkgui.git
5424dfa2f2 | ||
---|---|---|
.reuse | ||
LICENSES | ||
archlinux | ||
cmake | ||
debian | ||
docs | ||
examples | ||
include | ||
misc | ||
rpm | ||
src | ||
tests | ||
tools | ||
.packit.yaml | ||
.release.json | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
README.zh_CN.md | ||
dtkgui.cmake | ||
linglong.yaml |
README.md
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
-
Make sure you have installed all dependencies.
-
Build:
mkdir build
cd build
cmake ..
make
- Install:
sudo make install
Getting help
Any usage issues can ask for help via
Getting involved
We encourage you to report issues and contribute changes
License
deepin-tool-kit is licensed under LGPL-3.0-or-later.