mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-07 20:09:55 +03:00
959b96046cb2d137dad1f6f5a0b6aa90d145fdee
QDiskInfo
CrystalDiskInfo alternative for Linux
The icon is a modified version of the KDE Partition Manager logo which is available under GPL-3.0+
Compiling and Installing
First you will need to clone the repository and cd inside
https://github.com/edisionnano/QDiskInfo.git && cd QDiskInfo
Then you must create a build directory and cd inside
mkdir build && cd build
After that use CMake to setup the project, Qt version can also be set to 5 (for example for Ubuntu)
cmake .. -DCMAKE_BUILD_TYPE:STRING=MinSizeRel -DQT_VERSION_MAJOR=6
And finally compile the project with all the threads
make -j$(nproc)
This will create a QDiskInfo binary on the build directory but you can also install it using
sudo make install
Languages
C++
93.7%
CMake
3.5%
Shell
2.7%
C
0.1%