diff options
author | Ken Moore <ken@ixsystems.com> | 2018-09-06 15:40:30 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-09-06 15:40:30 -0400 |
commit | c72934ff962322e6593780052c4af528f3c75974 (patch) | |
tree | e5c60df84fd45461a491f3e1aa567d9220c6d481 /DEPENDENCIES.md | |
parent | iFix a syntax issue with the cpp.json syntax ruleset (diff) | |
parent | When a desktop is resized automatically re-do the wallpaper as well. (diff) | |
download | lumina-c72934ff962322e6593780052c4af528f3c75974.tar.gz lumina-c72934ff962322e6593780052c4af528f3c75974.tar.bz2 lumina-c72934ff962322e6593780052c4af528f3c75974.zip |
Merge branch 'master' of github.com:lumina-desktop/lumina
Diffstat (limited to 'DEPENDENCIES.md')
-rw-r--r-- | DEPENDENCIES.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md new file mode 100644 index 00000000..151fa7b4 --- /dev/null +++ b/DEPENDENCIES.md @@ -0,0 +1,21 @@ +# Dependencies for Lumina and associated utilities + +### General Dependencies +* Qt 5.4+ + +### Specific Dependencies +Each individual utility may have additional requirements of their own. For details, please look at the readme files for each individual sub-project +* [Lumina Core](https://github.com/lumina-desktop/lumina/blob/master/src-qt5/core/README.md) +* [Lumina Core Utilities](https://github.com/lumina-desktop/lumina/blob/master/src-qt5/core-utils/README.md) + * lumina-config + * lumina-xconfig + * lumina-search +* [Lumina Desktop Utilities](https://github.com/lumina-desktop/lumina/tree/master/src-qt5/desktop-utils) + * [lumina-archiver](https://github.com/lumina-desktop/lumina/tree/master/src-qt5/desktop-utils/lumina-archiver/README.md) + * [lumina-calculator](https://github.com/lumina-desktop/lumina/blob/master/src-qt5/desktop-utils/lumina-calculator/README.md) + * [lumina-fileinfo](https://github.com/lumina-desktop/lumina/blob/master/src-qt5/desktop-utils/lumina-fileinfo/README.md) + * [lumina-fm: Also called the "Insight" file manager](https://github.com/lumina-desktop/lumina/blob/master/src-qt5/desktop-utils/lumina-fm/README.md) + * [lumina-mediaplayer](https://github.com/lumina-desktop/lumina/blob/master/src-qt5/desktop-utils/lumina-mediaplayer/README.md) + * [lumina-pdf](https://github.com/lumina-desktop/lumina/tree/master/src-qt5/desktop-utils/lumina-pdf) + * [lumina-screenshot](https://github.com/lumina-desktop/lumina/blob/master/src-qt5/desktop-utils/lumina-screenshot/README.md) + * [lumina-textedit](https://github.com/lumina-desktop/lumina/tree/master/src-qt5/desktop-utils/lumina-textedit/README.md) |