Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 2.1 KB

README.zh_CN.md

File metadata and controls

82 lines (53 loc) · 2.1 KB

Deepin Tool Kit Widget

Deepin Tool Kit Widget(DtkWidget) 提供各种UOS风格dtk基础控件.

文档

中文文档:dtkwidget文档

依赖

编译依赖

  • Qt >= 5.6

安装

从源代码构建

  1. 确保已经安装了所有的编译依赖.
sudo apt build-dep ./

如果需要使用 qtcreator 的设计功能,可以 :

$ sudo apt install qttools5-dev

# build
$ cmake ./plugin/dtkuiplugin -B build -DINSTALL_PLUGIN=ON -DCMAKE_INSTALL_PREFIX=/usr
$ cmake --build build -j$(nproc)

# install
$ cd build
$ sudo make install
  1. 构建 dtkwidget :
cmake -B build
cmake --build build -j$(nproc)
  1. 安装:
cd build
sudo make install

帮助

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

参与贡献

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

使用dtkwidget的项目

下面是使用dtkwidget的开源项目:(如果您想添加属于自己的开源项目请给我们提交PR)

协议

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