wineee / ddm

Repository from Github https://github.comwineee/ddmRepository from Github https://github.comwineee/ddm

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:

$ 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:

$ sudo apt build-dep . # install build dependencies
$ dpkg-buildpackage -uc -us -nc -b # build binary package(s)

Getting Involved

License

ddm is licensed under GPL-2.0.

About


Languages

Language:C++ 88.4%Language:CMake 8.3%Language:Perl 1.4%Language:Shell 1.3%Language:QML 0.6%