aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/README.md
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-07-19 18:47:39 +0000
committerWeblate <noreply@weblate.org>2017-07-19 18:47:39 +0000
commit86f6fadf45c2b87749cffac82411d2371448da53 (patch)
treedfc1520b8ae2e59118b8a65d3f9438c1eead6b2c /src-qt5/core-utils/README.md
parentAdd en_GB (diff)
parentAnother checkpoint in the compositing saga. Got most of it working, but still... (diff)
downloadlumina-86f6fadf45c2b87749cffac82411d2371448da53.tar.gz
lumina-86f6fadf45c2b87749cffac82411d2371448da53.tar.bz2
lumina-86f6fadf45c2b87749cffac82411d2371448da53.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core-utils/README.md')
-rw-r--r--src-qt5/core-utils/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/src-qt5/core-utils/README.md b/src-qt5/core-utils/README.md
new file mode 100644
index 00000000..90f615f0
--- /dev/null
+++ b/src-qt5/core-utils/README.md
@@ -0,0 +1,27 @@
+## Core Utilities of the Lumina Desktop
+
+It is **strongly-encouraged** that the "core-utils" of Lumina are built and distributed as a single package.
+
+Binaries:
+ * `lumina-config`: (lumina-config directory) Graphical utility for configuring the desktop session
+ * `lumina-search`: (lumina-search directory): Graphical utility to search for applications or files and launch them
+ * `lumina-xconfig`: (lumina-xconfig directory: Graphical utility to manage multiple-monitor arrangements
+
+### Library Dependencies
+
+1. Qt 5.2+ (specific modules listed below)
+ * concurrent
+ * core
+ * gui
+ * network
+ * multimedia
+ * svg
+ * widgets
+ * x11extras
+2. Other Libraries
+ * libc
+
+### Runtime Utilities
+
+1. Required utilities
+ * `xrandr` : Used for multi-monitor controls in `lumina-xconfig`
bgstack15