Maldela / fancontrol-gui

GUI for Fancontrol. It uses the KAuth module of the KDE Frameworks 5 to write the generated config file. Furthermore it communicates with systemd via dbus to control the fancontrol service. If you want to compile without systemd support set the -DNO_SYSTEMD option.
GNU General Public License v2.0
309 stars 31 forks source link

Update build dependencies in README.md #57

Closed stranger-danger-zamu closed 3 years ago

stranger-danger-zamu commented 3 years ago

Updated build dependencies for Ubuntu 20.04.1, Debian 10, and Fedora 33. Each was tested individually via docker and all were able to successfully compile it.

Added transient dependencies explicitly rather than assuming that the build host will have them installed (eg. git, gcc, g++, cmake, ca-certificates, and build-essentials).

Maldela commented 3 years ago

Thank you!