Home

Awesome

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 <a href=docs/Specification.md>Deepin Application Specification</a> firstly.

中文说明:README.zh_CN.md

Document

中文文档:dtkcore文档

Dependencies

Build dependencies

Compile option

Compile optionmeaningDefault state
BUILD_DOCSCompile documentON
BUILD_TESTINGCompile testDefault is ON in debug mode
BUILD_EXAMPLESCompile exampleON
BUILD_WITH_SYSTEMDSupport Systemd functionOFF
BUILD_THEMEAdd themes to the documentOFF

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

mkdir build
cd build
cmake ..
make
  1. 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.