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.