aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-photo/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/desktop-utils/lumina-photo/README.md')
-rw-r--r--src-qt5/desktop-utils/lumina-photo/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-photo/README.md b/src-qt5/desktop-utils/lumina-photo/README.md
new file mode 100644
index 00000000..18648119
--- /dev/null
+++ b/src-qt5/desktop-utils/lumina-photo/README.md
@@ -0,0 +1,26 @@
+## Image viewer for the Lumina Desktop
+
+This is an image viewer.
+
+### Library Dependencies
+
+1. Qt 5.7+ (specific modules listed below)
+ * concurrent
+ * core
+ * gui
+ * network
+ * multimedia
+ * multimediawidgets
+ * svg
+ * widgets
+ * printsupport
+2. Other Libraries
+ * libc
+
+### Command Line Arguments
+
+* Any files listed after `lumina-photo` will be added to the playlist
+ * Example : `lumina-photo ./test1.png ./test2.svg ./test3.jpg`
+* Wildcards are allowed to open multiple files in any path
+ * Example : `lumina-photo ./testdir/*
+
bgstack15