Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1000 Bytes

File metadata and controls

49 lines (32 loc) · 1000 Bytes

DDE Services


Manage DBus service on Deepin.

Dependencies

Build dependencies

  • Qt >= 5.11
  • cmake >= 3.13
  • systemd >= 241.46

Build and install

Build from source code

git clone https://github.com/linuxdeepin/dde-services.git
cd dde-services
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build

Install

sudo cmake --build build --target install

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

DDE Services is licensed under LGPL-3.0-or-later.