electricface / dde-application-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDE Application Manager

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-applications-manager
$ cmake -Bbuild .
$ 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-applications-manager is licensed under GPL-3.0-or-later.

About

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:C 1.5%Language:CMake 0.8%Language:Shell 0.1%