DDE Control Center is the control panel of Deepin Desktop Environment.
You can also check the "Depends" provided in the debian/control file.
You can also check the "Build-Depends" provided in the debian/control file.
-
Make sure you have installed all dependencies.
-
Build:
$ cd dde-control-center
$ mkdir Build
$ cd Build
$ cmake ..
$ make
- Install:
$ sudo make install
The executable binary file could be found at /usr/bin/dde-control-center
after the installation is finished, and plugins will be placed into /usr/lib/dde-control-center/modules/
.
Execute dde-control-center -h
to get more details.
You can press F1
to start deepin-manual when you focus on DDE Control Center window.
You may also find these channels useful if you encounter any other issues:
We encourage you to report issues and contribute changes
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
DDE Control Center is licensed under LGPL-3.0-or-later.