aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-07-05 12:29:59 -0400
committerKen Moore <ken@ixsystems.com>2017-07-05 12:29:59 -0400
commit32d34fdefd3830e3a9054fbc159a9c0def3e72be (patch)
tree834029cca9ddc113048bd12dad670caa84334b09
parentAdd a bunch more README.md files for the rest of the lumina desktop-utilities. (diff)
downloadlumina-32d34fdefd3830e3a9054fbc159a9c0def3e72be.tar.gz
lumina-32d34fdefd3830e3a9054fbc159a9c0def3e72be.tar.bz2
lumina-32d34fdefd3830e3a9054fbc159a9c0def3e72be.zip
Update the overall README.md file to have links to the individual readme's.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7803e6a5..b5ad0d4e 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,13 @@ Examples:
6-optional) Run "make distclean" to clean up all the build files in the Lumina source tree. (go back to step 3 later)
+NOTE: The Lumina project is naturally broken down into a number of individual "sub-projects" which are designed to be built and packaged individually. These sub-projects all use the same overall dependencies, but might have differing library/runtime dependencies or even an alternate minimum-supported version of Qt.
+The sub-projects are broken down as follows:
+ * [lumina-core](https://github.com/trueos/lumina/tree/master/src-qt5/core): The core of the project (desktop itself)
+ * [lumina-coreutils](https://github.com/trueos/lumina/tree/master/src-qt5/core-utils): The core utilities for configuring/managing the desktop
+ * [desktop-utilities](https://github.com/trueos/lumina/tree/master/src-qt5/desktop-utils): Various support utilities for desktop systems. Every one of these utilities should be independently packaged.
+
+
# General TrueOS Information <a name="gentrosinfo"></a>
This section describes where you can find more information about TrueOS and its related projects, file new issues on GitHub, and converse with other users or contributors to the project.
bgstack15