mirrored from https://cr.deepin.io/#/admin/projects/deepin-tool-kit
C++ QMake Other
Latest commit 4f0458c Apr 21, 2017 Iceyer Add macos support
Change-Id: Ic6a419df7a09de482f1f1deda66c87a5d088e427

README.md

Deepin Tool Kit Document {#mainpage}

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

  1. Make sure you have installed all dependencies.

  2. Build:

$ mkdir build$ cd build$ qmake ..$ 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 GPLv3.