This is a program to monitor the temperature of the PC and display it to the bar charts in the terminal or in text mode
- cmake
- lm_sensors
- ncurses
- libsensors
sudo apt-get install build-essential cmake git libsensors4-dev ncurses-dev
git clone https://github.com/g3t0r/AmIHot.git
cd AmIHot && mkdir build && cd build
cmake ..
make
sudo make install