mirror of https://github.com/linuxdeepin/dtkcore
381fa7ca74
chore: Sync by |
||
---|---|---|
.github/workflows | ||
archlinux | ||
cmake | ||
debian | ||
doc | ||
examples | ||
rpm | ||
src | ||
tests | ||
tools | ||
.clog.toml | ||
.gitignore | ||
.gitlab-ci.yml | ||
.packit.yaml | ||
.project.json | ||
.qmake.conf | ||
.release.json | ||
CHANGELOG.md | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
conanfile.py | ||
dtkcore.pro |
README.md
Deepin Tool Kit Core
Deepint Tool Kit (Dtk) is the base development tool of all C++/Qt Developer work on Deepin.
You should read the [Deepin Application Specification](\ref doc/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
$ qmake ..
$ 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
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
License
deepin-tool-kit is licensed under GPLv3.