Herbie
Herbie is a light-weight diagnostics tool. It shows the current CPU and RAM usage on your desktop.
Install / Use
/learn @diemmarkus/HerbieREADME
Herbie - Diagnostics
Herbie is a small CPU/Memory Monitoring Widget for Windows. It is licensed under the GNU General Public License v3.
Build Herbie (Windows)
Compile dependencies
QtSDK or the compiled sources (>= 5.4.0)
Compile Herbie
- Open CMake GUI
- set your Herbie/src folder to
where is the source code - choose a build folder (e.g. build2015-x64)
- Set
QT_QMAKE_EXECUTABLEby locating the qmake.exe - Hit
ConfigurethenGenerate - Open the
Herbie.slnwhich is in your new build directory - Right-click the DkHerbie project and choose
Set as StartUp Project - Compile the Solution
If anything did not work
- check if your Qt is set correctly (otherwise set the path to
qt_install_dir/qtbase/bin/qmake.exe) - check if your builds proceeded correctly
