Building from sourcesΒΆ
GPU Fan Meister is available as a ready-made build for Linux, but it is also possible to build everything from source manually.
Instructions for building on Linux:
Custom build of Qt with special patches and additional libraries is used. Qt's automatic build script for Linux can be found in the repository: https://gitlab.com/alkatrazstudio/qt5-build.
Clone the main repository with the submodules:
git clone --recursive https://github.com/alkatrazstudio/gpu-fan-meister
The system must have a developer package for the libnotify library installed. For example, for Ubuntu, it's the libnotify-dev package.
If you want to eventually pack everything in AppImage, you need appimagetool installed in your system.
If you also want to build a nvidia-nvml plugin, then NVIDIA CUDA Toolkit must be installed in the system. For example, for Ubuntu it's nvidia-cuda-dev package.
Further instructions can be found in the
build.sh
file in the cloned repository.