Compare commits

...

2 Commits

Author SHA1 Message Date
Victor Mataré
6049d394eb
Merge pull request #202 from benyaminl/fedora-readme
Update README.md : Simple Fedora/EL based package
2023-04-07 16:02:29 +02:00
Benyamin Limanto
b49fd16ffa
Update README.md
adding EL/fedora readme
2022-10-27 20:16:06 +07:00

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