Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.02 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.02 KB

Deepin Service Manager


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/deepin-service-manager.git
cd deepin-service-manager
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

Deepin Service Manager is licensed under LGPL-3.0-or-later.