summaryrefslogtreecommitdiffstats
path: root/doc/en/installation.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/installation.docbook')
-rw-r--r--doc/en/installation.docbook24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/en/installation.docbook b/doc/en/installation.docbook
index 5458a0d..478e8d9 100644
--- a/doc/en/installation.docbook
+++ b/doc/en/installation.docbook
@@ -431,8 +431,8 @@
<para>Add the next lines in the <filename>~/.bashrc</filename> configuration file
<screen>
<userinput><command>export</command> <option>QTDIR=/usr</option></userinput>
-<userinput><command>export</command> <option>KDEDIR=/usr</option></userinput>
-<userinput><command>export</command> <option>export KDEDIRS=/opt/krusader:/usr</option></userinput>
+<userinput><command>export</command> <option>TDEDIR=/usr</option></userinput>
+<userinput><command>export</command> <option>export TDEDIRS=/opt/krusader:/usr</option></userinput>
</screen>
</para>
@@ -596,7 +596,7 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
<listitem id="kde_qt_dir">
<para>Check the environment variables
<envar>QTDIR</envar>and
- <envar>KDEDIR</envar>. &krusader;'s
+ <envar>TDEDIR</envar>. &krusader;'s
<command>./configure</command> script needs to know where
the &Qt; and &kde; directories
are.</para>
@@ -607,7 +607,7 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
<filename>/usr/lib/qt3</filename> or
<filename>/usr/qt3</filename></para>
<para>
- <envar>KDEDIR</envar>:
+ <envar>TDEDIR</envar>:
<replaceable>&lt;path to your KDE
installation&gt;</replaceable> &eg;
<filename>/usr</filename> or
@@ -617,7 +617,7 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
check the values with the
<command>echo</command> command.
<screen><prompt>$</prompt> <userinput><command>echo</command> $QTDIR</userinput>/usr/lib/qt3
- <prompt>$</prompt> <userinput><command>echo</command> $KDEDIR</userinput>/usr</screen>
+ <prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput>/usr</screen>
If both commands give an output, the enviroment variables
are set (the above example are the settings of
@@ -636,12 +636,12 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
<filename>/usr/lib/qt3</filename> is your
<envar>QTDIR</envar> and
<filename>/usr</filename> is your
- <envar>KDEDIR</envar>. The installed binaries will go to
+ <envar>TDEDIR</envar>. The installed binaries will go to
<filename>/usr/bin</filename>. Now we will set the
enviroment variables with the
<command>export</command> command.
<screen><prompt>$</prompt> <userinput><command>export</command> QTDIR=<replaceable>&lt;replace with your QTDIR&gt;</replaceable></userinput></screen>
- <screen><prompt>$</prompt> <userinput><command>export</command> KDEDIR=<replaceable>&lt;replace with your KDEDIR&gt;</replaceable></userinput></screen>
+ <screen><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable>&lt;replace with your TDEDIR&gt;</replaceable></userinput></screen>
</para>
<note>
<para>These enviroment variables are only set for the
@@ -654,7 +654,7 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
<filename class="directory">/etc/profile</filename>)
file.</para>
</note>
- <para>If you can notdetermine your KDEDIR,
+ <para>If you can notdetermine your TDEDIR,
<command>kde-config --prefix</command> might help
you.</para>
<para></para>
@@ -721,7 +721,7 @@ If you haven't done so in a while, run ./configure --help
<para>Your &Linux; distro
&krusader; RPM or DEB package will normally
install &krusader; in the
- <filename>KDEDIR/bin</filename> directory. According to
+ <filename>TDEDIR/bin</filename> directory. According to
the &fhs-url;, any user installed files go to
the
<filename>/usr/local</filename> directory. If you wish
@@ -747,7 +747,7 @@ kde_includes: /usr/lib
kde_locale: /usr/share/locale
qt_libraries: /usr/lib/qt3/lib
qt_includes: /usr/lib/qt3/include
-KDEDIR: /usr
+TDEDIR: /usr
QTDIR: /usr/lib/qt3
Install path: /usr/local/bin
krusader version: 1.80.0
@@ -815,7 +815,7 @@ Good - your configure finished. Start make now
<filename>INSTALL</filename> file in the
&krusader; sources.</para>
<para>If you used another --prefix= than
- <filename>$KDEDIR or /usr/local</filename>, it is
+ <filename>$TDEDIR or /usr/local</filename>, it is
recommended to do an extra check:
<screen><prompt>$</prompt> <userinput><command>kde-config</command> <option>--path exe</option></userinput>
/home/frank/.kde/bin/:/usr/bin/:/usr/local/bin/
@@ -823,7 +823,7 @@ Good - your configure finished. Start make now
If the
&lt;prefix_dir/bin&gt; directory is
not shown, you need to use e.g.
- <command>export KDEDIRS=/usr/local:/usr</command>. To
+ <command>export TDEDIRS=/usr/local:/usr</command>. To
make these settings permanent you can &eg;
append this export command to your
<filename>/etc/profile</filename> file. After that you