Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 984 Bytes

README.zh_CN.md

File metadata and controls

52 lines (32 loc) · 984 Bytes

Deepin Tool Kit Gui

Deepin Tool Kit Gui(DtkGui) 提供开发图形用户界面应用程序所需的功能.

您应该首先阅读 Deepin应用程序规范.

依赖

编译依赖

  • Qt >= 5.10

安装

从源代码构建

  1. 确保已经安装了所有的编译依赖.

  2. 构建:

mkdir build
cd build
cmake ..
make
  1. 安装:
sudo make install

帮助

任何使用问题都可以通过以下方式寻求帮助:

参与贡献

我们鼓励您报告问题并作出更改

协议

DTK工具包遵循协议 LGPL-3.0-or-later.