Herbie is a small CPU/Memory Monitoring Widget for Windows. It is licensed under the GNU General Public License v3.
Qt
SDK or the compiled sources (>= 5.4.0)
- 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_EXECUTABLE
by locating the qmake.exe - Hit
Configure
thenGenerate
- Open the
Herbie.sln
which is in your new build directory - Right-click the DkHerbie project and choose
Set as StartUp Project
- Compile the Solution
- 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