summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:17:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:17:42 -0600
commita36d84952d90b2618029fb9a1080f5093134b698 (patch)
tree81d95f680e68e446b4581e75e22b84b42c653896 /README
parent317e49fc53d632d41634a123b3c4cd044ac02b22 (diff)
downloadkima-a36d84952d90b2618029fb9a1080f5093134b698.tar.gz
kima-a36d84952d90b2618029fb9a1080f5093134b698.zip
Rename kde-config to tde-config
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e41f9ca..83b3092 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ misc:
installation:
=============
run configure:
- ./configure --prefix=$(kde-config --prefix)
+ ./configure --prefix=$(tde-config --prefix)
build the sources:
make
@@ -64,5 +64,5 @@ Known limitations:
NVidia thermal source notes:
============================
By default the nvidia-settings tool is used to obtain the GPU temperature. The configure switch "-with-nvcontrol=/absolute/path/to/libnvcontrol-dir" can be used to increase Kimas performance. Using this switch the libXNVCtrl.a gets statically compiled/linked into libkima.so and is used to query the temperature(s) of your NVidia card. The most recent nvidia-settings sourcecode can be downloaded from: ftp://download.nvidia.com/XFree86/nvidia-settings. Here is an usage example:
- ./configure --prefix=$(kde-config --prefix) --with-nvcontrol=/home/$USER/nvidia-settings-1.0/src/libXNVCtrl
+ ./configure --prefix=$(tde-config --prefix) --with-nvcontrol=/home/$USER/nvidia-settings-1.0/src/libXNVCtrl
\ No newline at end of file