Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 908 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 908 Bytes

Download Manager

Download Manager is Deepin Desktop Environment download manager.

Dependencies

Build dependencies

  • cmake
  • qt5
  • aria2

Runtime dependencies

  • Qt5 (>= 5.3)
  • Qt5-X11extras

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ cd deepin-downloader
$ mkdir Build
$ cd Build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ..
$ make
  1. Install:
$ sudo make install

When install complete, the executable binary file is placed into /usr/bin/deepin-downloadmanager.

Getting help

Any usage issues can ask for help via

License

This project is licensed under GPL-3.0-or-later.