https://github.com/linuxdeepin/deepin-downloader
https://github.com/linuxdeepin/deepin-downloader
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/deepin-downloader
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2021-09-18T07:55:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-04T11:29:49.000Z (2 months ago)
- Last Synced: 2025-12-07T19:31:36.374Z (2 months ago)
- Language: C++
- Size: 57.7 MB
- Stars: 3
- Watchers: 6
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.