/AmIHot

Program to monitor the temperature of the PC and display it to the bar charts in the terminal or in text mode

Primary LanguageC++GNU General Public License v3.0GPL-3.0

AmIHot 1.0.0

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

Programs and libraries need to compile and work

  • cmake
  • lm_sensors
  • ncurses
  • libsensors

How to install:

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