# deepin-tool-kit **Repository Path**: xiedonghui/deepin-tool-kit ## Basic Information - **Project Name**: deepin-tool-kit - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-10 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```` 3. Install: ```` $ sudo make install ```` ## Getting help Any usage issues can ask for help via * [Gitter](https://gitter.im/orgs/linuxdeepin/rooms) * [IRC channel](https://webchat.freenode.net/?channels=deepin) * [Forum](https://bbs.deepin.org) * [WiKi](http://wiki.deepin.org/) ## Getting involved We encourage you to report issues and contribute changes * [Contribution guide for users](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Users) * [Contribution guide for developers](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Developers). ## License deepin-tool-kit is licensed under [GPLv3](LICENSE).