diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:53:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:53:16 -0600 |
commit | 4af30b90f89cf73010bcdd30c046dac2c76a9336 (patch) | |
tree | d81daabbed1ae982d1a6a200d3b9ea5a9ba3179c /FAQ | |
parent | 136e96a8def11dfe611b2ec8884bb5bb99a40e07 (diff) | |
download | smb4k-4af30b90f89cf73010bcdd30c046dac2c76a9336.tar.gz smb4k-4af30b90f89cf73010bcdd30c046dac2c76a9336.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,10 +106,10 @@ Q: The configure script fails and tells me, it can't find my KDE A: There are two things you should check: 1. Probably the KDE header files are not installed. If so, install them and run the configure script again. - 2. The KDEDIR environment variable might not be set properly or at all. + 2. The TDEDIR environment variable might not be set properly or at all. Check for the following line in your ~/.bashrc file - export KDEDIR=PREFIX + export TDEDIR=PREFIX and add it, if it is not present. Replace PREFIX with the prefix of your KDE installation. Run |