compile lm-sensors
git clone https://github.com/lm-sensors/lm-sensors.git
cd lm-sensors
nano Makefile
and seek for
PREFIX := /put/herewhereyouwantinstallall
press control + x and write it. After that press
make install
When you install lm-sensors you need copy from source-directory Copy prog/init/lm_sensors.service to /lib/systemd/system
So maybe it will start automatically. If you want lm-sensors to start from everywhere. copy this all /put/herewhereyouwantinstallall in /usr/bin/
rsync -a -Hv /put/herewhereyouwantinstallall/bin/ /usr/sbin