Skip to content
forked from diemmarkus/Herbie

Herbie is a light-weight diagnostics tool. It shows the current CPU and RAM usage on your desktop.

Notifications You must be signed in to change notification settings

lineCode/Herbie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Qt SDK or the compiled sources (>= 5.4.0)

Compile Herbie

  1. Open CMake GUI
  2. set your Herbie/src folder to where is the source code
  3. choose a build folder (e.g. build2015-x64)
  4. Set QT_QMAKE_EXECUTABLE by locating the qmake.exe
  5. Hit Configurethen Generate
  6. Open the Herbie.sln which is in your new build directory
  7. Right-click the DkHerbie project and choose Set as StartUp Project
  8. 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

About

Herbie is a light-weight diagnostics tool. It shows the current CPU and RAM usage on your desktop.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.5%
  • CMake 11.3%
  • JavaScript 1.5%
  • C 1.5%
  • Batchfile 0.2%