From b6e8764a787a830b212518cb70e1f13d9a5a7b3f Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 13 Aug 2014 17:53:40 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 03c0ac2a7..f172c5547 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,13 @@ Distribution-independent installer framework * yaml-cpp >= 0.5.1 * Python >= 3.3 * Boost.Python >= 1.55.0 + +Additional dependencies, only for the partitioning module: * extra-cmake-modules -* kconfig (part of kf5) -* solid (part of kf5) -* kcoreaddons (part of kf5) -* ki18n (part of kf5) +* kconfig (part of KF5) +* solid (part of KF5) +* kcoreaddons (part of KF5) +* ki18n (part of KF5) ### Building ``` @@ -38,5 +40,3 @@ Calamares is currently split as follows: * presents a bunch of pages in a scripted order, enqueues jobs in the backend library; * calamares - the main executable, * a thin wrapper around libcalamaresui, starts up and plugs together all the parts. - -Some modules require additional dependencies: for example the partition viewmodule pulls in partitionmanager, which in turn requires a few KF5 libraries.