From 052a258adbfd4adeef3a04220ee60dfed64e2edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 6 Jan 2019 19:24:23 +0000 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4cd2ca0..6b3a278 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,15 +1,19 @@ Building and installing KDE Partition Manager Core Library from source ========================================================= -1. Dependencies +## Dependencies -util-linux 2.32: available at https://github.com/karelzak/util-linux +* [util-linux](https://github.com/karelzak/util-linux) 2.32 -KDE Frameworks: The minimum required version is 5.0. +* [Qt](https://www.qt.io/) 5.10 -2. Configure +* QCA -KPMcore is built with cmake. It is recommended to build out of tree: +* Tier 2 [KDE Frameworks](https://www.kde.org/products/frameworks/) 5.25 + +## Configure + +KPMcore is built with [cmake](https://cmake.org/). It is recommended to build out of tree: After unpacking the source, create a separate build directory and run cmake there: ``` @@ -23,7 +27,7 @@ $ cmake .. If all dependencies are met, cmake configures the build directory. -3. Build and install +## Build and install Just run make and make install in the build directory. The default install path is `/usr/local`, so installing will need write privileges there. You can