Merge pull request #202 from benyaminl/fedora-readme

Update README.md : Simple Fedora/EL based package
This commit is contained in:
Victor Mataré 2023-04-07 16:02:29 +02:00 committed by GitHub
commit 6049d394eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,11 @@ E.g. on a debian-based system that usually boils down to:
sudo apt install -y cmake-curses-gui build-essential cmake g++ libyaml-cpp-dev pkgconfig libsensors-dev
```
on EL/Fedora based system, usually :
```bash
sudo dnf install -y cmake g++ pkgconfig yaml-cpp-devel lm_sensors-devel
```
1. In the thinkfan main directory, do
```bash
mkdir build && cd build