Fork of a WindowMaker temperature monitoring dockapp
Find a file
Emmanuel BENOîT 947b14d1b7 Support for chip/feature/subfeature selection
Added -cp/-sp command line options which allow finer control on which
sensor is to be used as a data source for CPU or system, respectively.
2021-05-10 13:07:14 +02:00
debian Import of Debian version 2021-05-10 08:58:46 +02:00
xpm Import of Debian version 2021-05-10 08:58:46 +02:00
.gitignore Git ignore list added 2021-05-10 09:21:23 +02:00
ChangeLog Import of Debian version 2021-05-10 08:58:46 +02:00
COPYING Import of Debian version 2021-05-10 08:58:46 +02:00
CREDITS Import of Debian version 2021-05-10 08:58:46 +02:00
dockapp.c Import of Debian version 2021-05-10 08:58:46 +02:00
dockapp.h Import of Debian version 2021-05-10 08:58:46 +02:00
main.c Support for chip/feature/subfeature selection 2021-05-10 13:07:14 +02:00
Makefile Import of Debian version 2021-05-10 08:58:46 +02:00
README Import of Debian version 2021-05-10 08:58:46 +02:00
temp.c Support for chip/feature/subfeature selection 2021-05-10 13:07:14 +02:00
temp.h Support for chip/feature/subfeature selection 2021-05-10 13:07:14 +02:00
wmtemp.1x Import of Debian version 2021-05-10 08:58:46 +02:00

Make sure lm_sensors is installed, it will not work without it.

You might want to take a look at the Makefile to change an include path or
library path.

* Install with the following commands:

    make
    su
    make install


The default install path is /usr/local/bin, if you do not want this, use

    make DEST=/to/another/path install

to install wmtemp to /to/an/other/path.

To install the manual page to another location (default is
/usr/local/share/man/man1), use:

    make MAN=/to/another/path install

Or combine the above :).

* Check out `wmtemp --help` for options.

* See the file COPYING for license information