diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/index.docbook | 2 | ||||
-rw-r--r-- | doc/en/installation.docbook | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 7906f2d..137df12 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -217,7 +217,7 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf <!ENTITY syncdirs-lnk '<link linkend="synchronizer">Synchronize Directories</link>'> <!ENTITY splitfile-lnk '<link linkend="splitter">Split file</link>'> <!ENTITY combinefiles-lnk '<link linkend="splitter">Combine files</link>'> -<!ENTITY kdeqtdir-lnk '<link linkend="kde_qt_dir"><envar>TDEDIR</envar> - <envar>QTDIR</envar></link>'> +<!ENTITY kdeqtdir-lnk '<link linkend="kde_qt_dir"><envar>TDEDIR</envar> - <envar>TQTDIR</envar></link>'> <!ENTITY useractions-lnk '<link linkend="useractions">UserActions</link>'> <!ENTITY usermenu-lnk '<link linkend="useractions">User Menu</link>'> <!ENTITY faq-lnk '<link linkend="faq">FAQ</link>'> 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') |