aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-archiver/README.md
blob: 11a5b76ca4a22ac199591d9a22847491405cc3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Archive Manager for the Lumina Desktop

This is a graphical archive manager based around the `tar` utility, which also provides limited support to copying USB images to a USB device via the `dd`utility.

### Library Dependencies

1. Qt 5.2+ (specific modules listed below)
   * concurrent
   * core
   * gui
   * network
   * multimedia
   * svg
   * widgets
2. Other Libraries
   * libc

### Runtime Utilities

1. Required utilities
   * `tar`: Used for the backend archive control system
   * `dd`: Used to copy an image file ("*.img") to a USB device
bgstack15