https://github.com/linuxdeepin/dde-services
https://github.com/linuxdeepin/dde-services
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/dde-services
- Owner: linuxdeepin
- License: other
- Created: 2024-10-23T08:29:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-14T06:51:25.000Z (30 days ago)
- Last Synced: 2026-01-14T10:31:33.450Z (30 days ago)
- Language: C++
- Size: 247 KB
- Stars: 1
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/linuxdeepin/dde-services.git
cd dde-services
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
```
### Install
```bash
sudo cmake --build build --target install
```
## Getting help
Any usage issues can ask for help via
* [Telegram group](https://t.me/deepin)
* [Matrix](https://matrix.to/#/#deepin-community:matrix.org)
* [IRC (libera.chat)](https://web.libera.chat/#deepin-community)
* [Forum](https://bbs.deepin.org)
* [WiKi](https://wiki.deepin.org/)
## Getting involved
We encourage you to report issues and contribute changes
* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en).
## License
DDE Services is licensed under [LGPL-3.0-or-later](LICENSE).