Go to file
ck 1b07dacb79 feat: update Log license
1. 本次修改为了保证接口兼容头文件部分
的接口定义基本没有变动,包括文件名也是不变的。
但是实现部分做了一些调整,在原有实现的基础上做了
一些改进,包括不限于编码风格和部分定制化的修改。
2. 删除log目录下的无用 LICENSE 文件
3. 更新根目录下的 LICENSE 文件,LGPL-3.0-or-later

Log: none
Change-Id: I23e12fc3cff2ba1221586aa70fcb898bd4f15225
2022-10-21 14:21:47 +08:00
.github/workflows chore: Sync by 6fbf8e00b9 2022-10-14 05:24:48 +00:00
.reuse chore: update REUSE license header 2022-08-19 13:05:01 +08:00
LICENSES chore: adapt REUSE license header 2022-08-11 14:02:36 +08:00
archlinux chore(mkspecs): define mkspecs self 2022-09-06 06:37:03 +00:00
cmake feat: set DtkCore_LIBRARY_DIRS 2022-09-28 01:06:58 +00:00
debian feat: Optimize compilation parameters 2022-10-09 07:21:28 +00:00
docs feat(doc): add package for doc 2022-08-29 09:33:59 +08:00
examples fix(shell): wrong target 2022-09-06 06:16:31 +00:00
include feat: update Log license 2022-10-21 14:21:47 +08:00
misc feat: set DtkCore_LIBRARY_DIRS 2022-09-28 01:06:58 +00:00
rpm chore: 修复 euler 编译失败 2021-10-29 14:15:51 +08:00
src feat: update Log license 2022-10-21 14:21:47 +08:00
tests fix(shell): wrong target 2022-09-06 06:16:31 +00:00
tools feat: Optimize compilation parameters 2022-10-09 07:21:28 +00:00
.clog.toml Release 2.0.5.2 2017-11-28 17:36:44 +08:00
.gitignore feat(tocmake): tocmake 2022-08-16 07:50:54 +00:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-01-08 10:45:07 +08:00
.packit.yaml feat: Initial packit setup 2020-11-11 13:14:05 +08:00
.project.json feat: add qdbusxml2cpp-fix 2021-03-23 11:36:04 +08:00
.release.json refactor: use commit count for the package version 2019-07-05 14:42:48 +08:00
CHANGELOG.md Release 5.1.2 2020-04-09 14:38:38 +08:00
CMakeLists.txt feat: Optimize compilation parameters 2022-10-09 07:21:28 +00:00
LICENSE feat: update Log license 2022-10-21 14:21:47 +08:00
README.md fix: README link 2022-08-31 11:16:57 +08:00
README.zh_CN.md fix: README link 2022-08-31 11:16:57 +08:00
conanfile.py chore: adapt REUSE license header 2022-08-11 14:02:36 +08:00

README.md

Deepin Tool Kit Core

Deepin Tool Kit (DtkCore) is the base development tool of all C++/Qt Developer work on Deepin.

You should read the Deepin Application Specification firstly.

Dependencies

Build dependencies

  • Qt >= 5.10

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

mkdir build
cd build
cmake ..
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 LGPLv3.