https://github.com/linuxdeepin/ddm
https://github.com/linuxdeepin/ddm
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/ddm
- Owner: linuxdeepin
- Created: 2024-04-29T03:22:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T07:27:04.000Z (about 1 month ago)
- Last Synced: 2026-01-15T08:40:49.663Z (about 1 month ago)
- Language: C++
- Size: 3.12 MB
- Stars: 6
- Watchers: 4
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSES/CC-BY-4.0.txt
Awesome Lists containing this project
README
# DDM
The `ddm` project is Display Manager base `SDDM` fork.
## Dependencies
Check `debian/control` for build-time and runtime dependencies, or use `cmake` to check the missing required dependencies.
## Building
Regular CMake building steps applies, in short:
```shell
$ cmake -Bbuild
$ cmake --build build
$ cmake --install build # only do this if you know what you are doing
```
A `debian` folder is provided to build the package under the *deepin* linux desktop distribution. To build the package, use the following command:
```shell
$ sudo apt build-dep . # install build dependencies
$ dpkg-buildpackage -uc -us -nc -b # build binary package(s)
```
## Getting Involved
- [Code contribution via GitHub](https://github.com/linuxdeepin/ddm/)
- [Submit bug or suggestions to GitHub Issues or GitHub Discussions](https://github.com/linuxdeepin/developer-center/issues/new/choose)
## License
**ddm** is licensed under GPL-2.0+. See REUSE file for detailed information.