diff options
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 |