An open API service indexing awesome lists of open source software.

https://github.com/linuxdeepin/deepin-downloader


https://github.com/linuxdeepin/deepin-downloader

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

          

# Download Manager

Download Manager is Deepin Desktop Environment download manager.

## Dependencies

### Build dependencies

* cmake (>= 3.1.0)
* Qt5 (>= 5.11.0) 或 Qt6 (>= 6.0.0)
* aria2

### Runtime dependencies

* Qt5 (>= 5.11.0) 或 Qt6 (>= 6.0.0)
* DTK (Deepin Toolkit)
- Qt5: DtkWidget, DtkCore, DtkGui
- Qt6: Dtk6Widget, Dtk6Core, Dtk6Gui

## 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
```

3. 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
* [WiKi](https://wiki.deepin.org)
* [Forum](https://bbs.deepin.org)
* [Developer Center](https://github.com/linuxdeepin/developer-center/issues)
* [Matrix](https://matrix.to/#/#deepin-community:matrix.org)

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