Skip to content

linuxdeepin/dde-application-manager

Repository files navigation

DDE Application Manager

WORK IN PROGRESS

This branch is used to totally refactor.

Refactor plan.


DDE Application Manager is the app manager of Deepin Desktop Environment.

Dependencies

You can also check the "Depends" provided in the debian/control file.

Build dependencies

You can also check the "Build-Depends" provided in the debian/control file.

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ cd dde-application-manager
$ cmake -B build
$ cmake --build build -j`nproc`
  1. Install
sudo cmake --install build

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

dde-application-manager is licensed under GPL-3.0-or-later.