This branch is used to totally refactor.
DDE Application Manager is the app manager 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-application-manager
$ cmake -B build
$ cmake --build build -j`nproc`
- Install
sudo cmake --install build
We encourage you to report issues and contribute changes
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
dde-application-manager is licensed under GPL-3.0-or-later.