Rem0o / FanControl.HWInfo

FanControl plugin to import HWInfo sensors.
MIT License
181 stars 26 forks source link

completely new to github, can anyone help me compile this code? #13

Closed conradikal closed 2 years ago

conradikal commented 2 years ago

I'm new to compiling and github but not to computers. I have Visual studio and the .dll files but don't know where to begin. Thanks for understanding

northmatt commented 2 years ago

Open FanControl.HWInfo.sln with VS then click Local Windows Debugger (in the top middle-ish of window with green arrow) which builds and attempts to run (if it can depending on what is being built) the project. Then there should be a Debug folder with your build.

Do note that this plugin has a bug where values can randomly be detached from HWiNFO and become arbitrary numbers. I'd recommend a custom LibreHardwareMonitor build which has whatever you need. Look through the PRs/issues/forks to see if you can find the extra features you need. I use a custom LHM for RAM temps and it works fine.