summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2017-11-14 09:31:09 -0500
committerAdriaan de Groot <groot@kde.org>2017-11-14 09:31:09 -0500
commit4f077d3b9ab9292c264d87e4cbc8e3b4ee12522d (patch)
tree1f84b21c5a61dd3f57e0310b41fa13e9ea66e8ca /README.md
parentc51e8268d1b5ee4f92ce85ed235ac803b0b46455 (diff)
Documentation: update README dependencies, links
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index dcb5e3b67..b16493b17 100644
--- a/README.md
+++ b/README.md
@@ -19,16 +19,15 @@ Main:
* yaml-cpp >= 0.5.1
* Python >= 3.3
* Boost.Python >= 1.55.0
-* dmidecode
+* extra-cmake-modules (recommended; required for some modules)
Modules:
* welcome:
* NetworkManager
- * UPower
+ * UPower (optional, runtime)
* partition:
- * extra-cmake-modules
* KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
- * KPMcore >= 3.0.3
+ * KPMcore >= 3.0.2
* bootloader:
* systemd-boot or GRUB
* unpackfs:
@@ -37,4 +36,7 @@ Modules:
### Building
-See [wiki](https://github.com/calamares/calamares/wiki) for up to date building and deployment instructions.
+See [wiki](https://github.com/calamares/calamares/wiki) for up to date
+[building](https://github.com/calamares/calamares/wiki/Developer's-Guide)
+and [deployment](https://github.com/calamares/calamares/wiki/Deployer's-Guide)
+instructions.