diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:17:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:17:42 -0600 |
commit | a36d84952d90b2618029fb9a1080f5093134b698 (patch) | |
tree | 81d95f680e68e446b4581e75e22b84b42c653896 /README | |
parent | 317e49fc53d632d41634a123b3c4cd044ac02b22 (diff) | |
download | kima-a36d84952d90b2618029fb9a1080f5093134b698.tar.gz kima-a36d84952d90b2618029fb9a1080f5093134b698.zip |
Rename kde-config to tde-config
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |