2019-09-06 15:40:10 +08:00
|
|
|
## Deepin Tool Kit Core {#mainpage}
|
2017-07-25 19:33:48 +08:00
|
|
|
|
2019-02-22 17:40:59 +08:00
|
|
|
Deepint Tool Kit (Dtk) is the base development tool of all C++/Qt Developer work on Deepin.
|
2017-07-25 19:33:48 +08:00
|
|
|
|
2018-08-19 22:34:04 +08:00
|
|
|
You should read the [Deepin Application Specification](\ref doc/Specification) firstly.
|
2017-07-25 19:33:48 +08:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
### Build dependencies
|
|
|
|
|
2022-04-14 18:00:16 +08:00
|
|
|
* Qt >= 5.10
|
2017-07-25 19:33:48 +08:00
|
|
|
|
|
|
|
## 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)
|
2017-11-13 14:55:49 +08:00
|
|
|
* [WiKi](https://wiki.deepin.org/)
|
2017-07-25 19:33:48 +08:00
|
|
|
|
|
|
|
## Getting involved
|
|
|
|
|
|
|
|
We encourage you to report issues and contribute changes
|
|
|
|
|
2017-11-13 14:55:49 +08:00
|
|
|
* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English)
|
|
|
|
* [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文)
|
2017-07-25 19:33:48 +08:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
deepin-tool-kit is licensed under [GPLv3](LICENSE).
|