shenmo7192 / dde-application-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

Language:C++ 94.6%Language:CMake 4.5%Language:Shell 0.9%