1## Archive Manager for the Lumina Desktop
2
3This 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.
4
5### Library Dependencies
6
71. Qt 5.2+ (specific modules listed below)
8   * concurrent
9   * core
10   * gui
11   * network
12   * multimedia
13   * svg
14   * widgets
152. Other Libraries
16   * libc
17
18### Runtime Utilities
19
201. Required utilities
21   * `tar`: Used for the backend archive control system
22   * `dd`: Used to copy an image file ("*.img") to a USB device
23
24### Command Line arguments
25
26* `--burn-img` launches burn dialog as soon as lumina-archiver loads.
27 * Example : `$ lumina-archiver --burn-img ./TrueOS-2017-07-05-x64-USB.img`
28* `--ax` preforms auto-extraction on file into new directory created with the same name as the given file.
29 * Example : `$ lumina-archiver --ax ./lumina-master.zip`
30
31