Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 720 Bytes

BUILD.md

File metadata and controls

26 lines (20 loc) · 720 Bytes

Build

You will need to install rust.

Also, the project use just as a command runner. It is similar to make, but more simple. There are multiple ways to install it. You can build it with cargo install just.

Linux

git clone https://github.com/wiiznokes/fan-control.git
cd fan-control
sudo apt install make bison flex clang -y
just libsensors
cargo run --release

Windows

  1. install dotnet 8
  2. run these commands
    git clone https://github.com/wiiznokes/fan-control.git
    cd fan-control
    just lhm
    cargo run --release # or just nsis