==================================================================
KSensors (ksensors.sourceforge.net)           michaell@teleline.es
==================================================================

General Information
---------------------

This is a lmsensors frontend, you must install lmsensors
drivers before using it (http://www.netroedge.com/~lm78/):

In debian woody try:
apt-get install lm-sensors libsensors1 libsensors-dev

In Mandrake try:
urpmi lm_utils lm_utils-devel

Then run the script:
sensors-detect
it will show the lm-sensors modules you must install for your motherboard.

This software is only tested in my motherboard (PII866 Asus CUBX-L).
I don't know if works well with others motherboards, try it.


Compile and install KSensors
----------------------------

The program is installed by default in /usr/local/kde
In newest distributions (Debian woody, Mandrake, etc)
the kde directory is in /usr. In this case you must
configure this directory using --prefix argument.

tar -zxvf ksensors-0.5.tar.gz
cd ksensors-0.5
./configure --prefix=/usr
make
make install


Howto Uninstall
---------------
cd ksensors-0.5
make uninstall


Contact info
-------------
Contact me if you have problems to run this software or to
notify bugs, questions, requests, etc.

-------------------------
ksensors.sourceforge.net
<michaell@teleline.es>
(C) Miguel Novas
-------------------------



