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
中文文档:dtkcore文档
- Qt >= 5.10
Compile option | meaning | Default state |
---|---|---|
BUILD_DOCS | Compile document | ON |
BUILD_TESTING | Compile test | Default is ON in debug mode |
BUILD_EXAMPLES | Compile example | ON |
BUILD_WITH_SYSTEMD | Support Systemd function | OFF |
BUILD_THEME | Add themes to the document | OFF |
-
Make sure you have installed all dependencies.
-
Build:
mkdir build
cd build
cmake ..
make
- Install:
sudo make install
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
deepin-tool-kit is licensed under LGPL-3.0-or-later.