Begin adding deps on the readme

This commit is contained in:
edisionnano
2024-08-02 10:55:25 +03:00
committed by GitHub
parent 3dbd2c3b13
commit 0d3f4a1979

View File

@@ -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