From 0d3f4a197931f8c706e4485fbeed8828f58ee139 Mon Sep 17 00:00:00 2001 From: edisionnano Date: Fri, 2 Aug 2024 10:55:25 +0300 Subject: [PATCH] Begin adding deps on the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 03d7b6f..ff10657 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ This app is a frontend for smartctl which is part of the smartmontools package.< The icon is a modified version of the KDE Partition Manager logo which is available under GPL-3.0+. ## Compiling and Installing +### Compilation Dependencies +Ubuntu and based distros (Mint, Pop!_OS, etc.) +```sh +sudo apt install build-essential cmake git libgl1-mesa-dev libxkbcommon-dev qt6-base-dev qt6-wayland smartmontools +``` +### Compilation Steps First you will need to clone the repository and cd inside ```sh git clone https://github.com/edisionnano/QDiskInfo.git && cd QDiskInfo