L. Pereira
L. Pereira
What's the CMake version you're using? It's very likely it's too old and incompatible with the current `GNUInstallDirs.cmake` we're shipping.
Nice finds. I'll take a look later.
Hello @TotalCaesar659 -- the last commit in HEAD should be slightly better in handling most of these fields. If it's still not working, please report back. (Also, some of the...
As part of converting benchmark.conf to JSON, I'll just store the numbers and generate the strings as we display them. This will save some space in the server, too, and...
Merged, thanks! On Thu, Nov 18, 2021 at 8:32 PM kmikita ***@***.***> wrote: > The brackets are missing. > Hardinfo shows the value 1 degree lower than in reality (udisksctl...
Merged, thanks! On Thu, Nov 18, 2021 at 8:24 PM kmikita ***@***.***> wrote: > Fixing Issue #15 > and correct Celsius/Fahrenheit display. > ------------------------------ > You can view, comment on,...
Thanks for the report! Could you please provide the contents of `/proc/cpuinfo`? I might need more files to debug this properly, but this is a good start. On Sun, Sep...
Thanks for the report! These have been fixed for quite some time now; Debian just hasn't updated the package yet.
How did you install hardinfo to get this error? On Fri, Oct 29, 2021, 22:56 Ezequiel Sousa ***@***.***> wrote: > after installation, you may encounter this error. I believe it...
HardInfo has to be installed with "make install" (maybe with sudo, but definitely as root.) Also, while building, "make" shouldn't be invoked with those arguments. Just "make" is sufficient (maybe...