aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-13 15:33:07 -0500
committerKen Moore <ken@ixsystems.com>2017-11-13 15:33:07 -0500
commit556ff459148d03ebd85fa3db770e8819ad770b2d (patch)
tree10ab8b6ce989d03af3a4d2c28c6af3bfdfc1e682 /README.md
parentFinished Grav screensaver in QML (diff)
downloadlumina-556ff459148d03ebd85fa3db770e8819ad770b2d.tar.gz
lumina-556ff459148d03ebd85fa3db770e8819ad770b2d.tar.bz2
lumina-556ff459148d03ebd85fa3db770e8819ad770b2d.zip
Add a special rule for Ubuntu Linux:
IncludePath for the poppler files is different - add it automatically.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0547af8b..4a224abf 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Latest Versions <a name="latestversions"></a>
----
Click [HERE](https://github.com/trueos/lumina/releases) to see all the available releases for the Lumina Desktop.
-Click [HERE]() to see all the available branches of the Lumina Desktop source tree (includes development versions: *.*.(X > 0)).
+Click [HERE]() to see all the available branches of the Lumina Desktop source tree (includes development versions: X.Y.(Z > 0)).
The master branch is where all development is performed and tested before the next version is tagged. Additionally, every version (development **and** release) of the project gets branched off of master at the time the version is tagged, so older versions may be fetched/patched/used as desired.
Occasionally there may be patches committed for particular versions which are not included in the static "release" archives. On the release page these can be identified by a note stating the release is a number of commits behind it's corresponding branch. In this situation, it may be preferable to fetch/use the corresponding branch of the source tree rather than the static archive if the patch(es) which were committed impact your particular operating system.
@@ -109,6 +109,7 @@ The sub-projects are broken down as follows:
* [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>
bgstack15