diff options
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r-- | doc/en/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index abda431..4d5cbd9 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -4943,9 +4943,9 @@ in the meantime.</para> <para><emphasis role="bold">Solution:</emphasis> There are two things you should check:</para> <itemizedlist> <listitem><para>Maybe the &kde; header files are not installed. If this is the case, install them and run the configure script again.</para></listitem> -<listitem><para>The <envar>KDEDIR</envar> environment variable might not be set properly or at all. Make sure you export it in your shell's configuration file.</para> +<listitem><para>The <envar>TDEDIR</envar> environment variable might not be set properly or at all. Make sure you export it in your shell's configuration file.</para> <para>If you are using the bash, check for the following line in your <filename>~/.bashrc</filename> file</para> -<screen>export KDEDIR=PREFIX</screen> +<screen>export TDEDIR=PREFIX</screen> <para>and add it, if it is not present. Replace PREFIX with the prefix of your &kde; installation. Run</para> <screen><prompt>$</prompt> <userinput><command>source</command> ~/.bashrc</userinput></screen> <para>from the shell. Now, you're set for a new configuration attempt.</para></listitem> |