sync by github workflow Log: none Influence: none |
||
|---|---|---|
| .github | ||
| .reuse | ||
| LICENSES | ||
| archlinux | ||
| cmake | ||
| debian | ||
| docs | ||
| examples | ||
| include | ||
| misc | ||
| rpm | ||
| src | ||
| tests | ||
| tools | ||
| .clang-format | ||
| .clog.toml | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .packit.yaml | ||
| .project.json | ||
| .release.json | ||
| CHANGELOG.md | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
| README.zh_CN.md | ||
| conanfile.py | ||
README.md
Deepin Tool Kit Core
Deepin Tool Kit (DtkCore) is the base development tool of all C++/Qt Developer work on Deepin.
You should read the Deepin Application Specification firstly.
中文说明:README.zh_CN.md
Document
中文文档:dtkcore文档(测试版本)
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.