Documentation: update README dependencies, links

This commit is contained in:
Adriaan de Groot 2017-11-14 09:31:09 -05:00
parent c51e8268d1
commit 4f077d3b9a

View File

@ -19,16 +19,15 @@ Main:
* yaml-cpp >= 0.5.1 * yaml-cpp >= 0.5.1
* Python >= 3.3 * Python >= 3.3
* Boost.Python >= 1.55.0 * Boost.Python >= 1.55.0
* dmidecode * extra-cmake-modules (recommended; required for some modules)
Modules: Modules:
* welcome: * welcome:
* NetworkManager * NetworkManager
* UPower * UPower (optional, runtime)
* partition: * partition:
* extra-cmake-modules
* KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService * KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
* KPMcore >= 3.0.3 * KPMcore >= 3.0.2
* bootloader: * bootloader:
* systemd-boot or GRUB * systemd-boot or GRUB
* unpackfs: * unpackfs:
@ -37,4 +36,7 @@ Modules:
### Building ### 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.