diff options
Diffstat (limited to 'doc/en/installation.docbook')
-rw-r--r-- | doc/en/installation.docbook | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/en/installation.docbook b/doc/en/installation.docbook index d340f2d..fc18774 100644 --- a/doc/en/installation.docbook +++ b/doc/en/installation.docbook @@ -430,7 +430,7 @@ <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>TQTDIR=/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> @@ -595,13 +595,13 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won' </listitem> <listitem id="kde_qt_dir"> <para>Check the environment variables - <envar>QTDIR</envar>and + <envar>TQTDIR</envar>and <envar>TDEDIR</envar>. &krusader;'s <command>./configure</command> script needs to know where the &Qt; and &kde; directories are.</para> <para> - <envar>QTDIR</envar>: + <envar>TQTDIR</envar>: <replaceable><path to your Qt installation></replaceable> ⪚ <filename>/usr/lib/qt3</filename> or @@ -616,7 +616,7 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won' but experience has shown that some do not. You can easily check the values with the <command>echo</command> command. - <screen><prompt>$</prompt> <userinput><command>echo</command> $QTDIR</userinput>/usr/lib/qt3 + <screen><prompt>$</prompt> <userinput><command>echo</command> $TQTDIR</userinput>/usr/lib/qt3 <prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput>/usr</screen> If both commands give an output, the enviroment variables @@ -634,13 +634,13 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won' /usr/bin/tdeinit</screen> In this case <filename>/usr/lib/qt3</filename> is your - <envar>QTDIR</envar> and + <envar>TQTDIR</envar> and <filename>/usr</filename> is your <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><replace with your QTDIR></replaceable></userinput></screen> + <screen><prompt>$</prompt> <userinput><command>export</command> TQTDIR=<replaceable><replace with your TQTDIR></replaceable></userinput></screen> <screen><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable><replace with your TDEDIR></replaceable></userinput></screen> </para> <note> @@ -748,7 +748,7 @@ kde_locale: /usr/share/locale qt_libraries: /usr/lib/qt3/lib tqt_includes: /usr/lib/qt3/include TDEDIR: /usr -QTDIR: /usr/lib/qt3 +TQTDIR: /usr/lib/qt3 Install path: /usr/local/bin krusader version: 1.80.0 krusader binary: /usr/local/bin/krusader (after 'make install') |