Change-Id: I77b51a2d5e95c979df43e006df7e2ee57d25f4e5 |
||
|---|---|---|
| common | ||
| dbase | ||
| debian | ||
| dutil | ||
| dwidget | ||
| examples | ||
| test | ||
| tool | ||
| .gitignore | ||
| README.md | ||
| Specification.md | ||
| dtk.pro | ||
README.md
Deepin Tool Kit Document
Deepint Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work on Deepin.
You shoud read the [Deepin Application Specification](\ref Specification) firstly.
Dependencies
Build dependencies
- qmake >= 5.3
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
License
deepin-tool-kit is licensed under GPLv3.