Skip to content

Commit

Permalink
Merge pull request #202 from benyaminl/fedora-readme
Browse files Browse the repository at this point in the history
Update README.md : Simple Fedora/EL based package
  • Loading branch information
vmatare authored Apr 7, 2023
2 parents 04500b3 + b49fd16 commit 6049d39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6049d39

Please sign in to comment.