Skip to content

linuxdeepin/deepin-tweak

Repository files navigation

Deepin Tweak

Deepin Tweak is an advanced setting tool built on dtkdeclarative. Deepin Tweak only provides limited built-in functions, most of which need to be provided by other developers in the community according to the requirements of plug-in development.

中文文档

Dependencies

  • dtkdeclarative

Build dependencies

  • cmake
  • libdtkdeclarative-dev
  • qtdeclarative5-dev
  • qtbase5-dev-tools
  • qtquickcontrols2-5-dev
  • libdtkgui-dev
  • libdtkcore-dev
  • libgsettings-qt-dev

Installation

Build from source

  1. Please make sure that all dependencies are installed
  2. Get source and build
$ git clone https://github.com/linuxdeepin/deepin-tweak.git
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
  1. Install
$ sudo cmake --install build

Getting help

  • Please feel free to report issues if you encounter any problem
  • Deepin Community for generic discussion and help.

Getting Involved

We encourage you to report issues and contribute changes

License

deepin-tweak is licensed under the LGPL-3.0-or-later