summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:23:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:23:32 -0600
commit6900bcc35b3337d78baa150cf6a90a4b4b55c49f (patch)
treed9e880a0146dec12d43ea06f6f2987b87b699eed /doc
parentb8ce5bb14b83959172027f53d63564c361efe32d (diff)
downloadsmb4k-6900bcc35b3337d78baa150cf6a90a4b4b55c49f.tar.gz
smb4k-6900bcc35b3337d78baa150cf6a90a4b4b55c49f.zip
Rename kde-config to tde-config
Diffstat (limited to 'doc')
-rw-r--r--doc/en/index.docbook10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 4d5cbd9..239e679 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -4905,7 +4905,7 @@ smb4kmounter.cpp:167: error: 'p' has a previous declaration as 'Smb4KMounterPriv
<screen>/usr/bin/ld: cannot find -lsmb4kcore
libtool: install: error: relink `libsmb4kwidgets.la´ with the above command before installing it</screen></para>
<para><emphasis role="bold">Solution:</emphasis> One possibility to avoid this failure is to enable the building of static libraries during configuration:</para>
-<screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>kde-config</command> --prefix` --enable-static</userinput></screen>
+<screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>tde-config</command> --prefix` --enable-static</userinput></screen>
<para>This will convert the error into a warning and the installation will succeed.</para>
</listitem>
@@ -4917,7 +4917,7 @@ libtool: install: error: relink `libsmb4kwidgets.la´ with the above command bef
<screen><prompt>$</prompt> <userinput><command>make</command> distclean</userinput></screen>
in the meantime.</para>
<para>Reconfigure the source by passing the <option>--prefix=PREFIX</option> option to the configure script:</para>
-<screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>kde-config</command> --prefix`</userinput></screen>
+<screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>tde-config</command> --prefix`</userinput></screen>
<para>Compile and install &smb4k; (see also <link linkend="appendix_compilation">here</link>):</para>
<screen><prompt>$</prompt> <userinput><command>make</command> &amp;&amp; <command>su</command> -c &quot;<command>make</command> install&quot;</userinput></screen>
<para>&smb4k; will be installed to the right path and everything should work fine.</para>
@@ -5271,7 +5271,7 @@ display charset = VAL3
<para>This section describes a full installation of &smb4k;. Please note that you might have to adjust the <command>./configure</command> command to match the installation paths of your distribution (e.g. Debian, Ubuntu).</para>
<orderedlist>
<listitem><para>Change into the root directory of the source code: <screen><prompt>$</prompt> <userinput><command>cd</command> smb4k-x.x.x</userinput></screen> (Replace x.x.x with the version number)</para></listitem>
-<listitem><para>Configure the source code with at least the following command: <screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>kde-config</command> --prefix`</userinput></screen> Several more options can be added. Run <screen><prompt>$</prompt> <userinput><command>./configure</command> --help</userinput></screen> to find out which ones are available.</para></listitem>
+<listitem><para>Configure the source code with at least the following command: <screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>tde-config</command> --prefix`</userinput></screen> Several more options can be added. Run <screen><prompt>$</prompt> <userinput><command>./configure</command> --help</userinput></screen> to find out which ones are available.</para></listitem>
<listitem><para>Compile the source code: <screen><prompt>$</prompt> <userinput><command>make</command></userinput></screen></para></listitem>
<listitem><para>Install the application. For that, become root <screen><prompt>$</prompt> <userinput><command>su</command></userinput></screen> and run <screen><prompt>$</prompt> <userinput><command>make</command> install</userinput></screen> in the root directory of the source code. If you want to be able to remove Smb4K with your package manager, install the 'checkinstall' package and run <screen><prompt>$</prompt> <userinput><command>checkinstall</command></userinput></screen> instead.</para></listitem>
</orderedlist>
@@ -5279,7 +5279,7 @@ display charset = VAL3
<sect2 id="appendix_compilation_without_konqplugin">
<title>Installation without Konqueror Plugin</title>
<para>If you are not interested in the &konqueror; plugin that comes with &smb4k;, you should configure the source code as follows:
-<screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>kde-config</command> --prefix` --without-konqplugin</userinput></screen>
+<screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>tde-config</command> --prefix` --without-konqplugin</userinput></screen>
The procedure to compile and install the application is the same as mentioned above.</para>
</sect2>
</sect1>
@@ -5287,7 +5287,7 @@ The procedure to compile and install the application is the same as mentioned ab
<sect1 id="appendix_debugging">
<title>Debugging the Source Code</title>
<para>If you experience crashes or similar and want to debug the source code yourself, compile it with debugging symbols. The procedure is similar to the one described in the <link linkend="appendix_compilation">Compilation and Installation</link> section except that you need to modify the configure command slightly:</para>
-<screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>kde-config</command> --prefix` --enable-debug=full</userinput></screen>
+<screen><prompt>$</prompt> <userinput><command>./configure</command> --prefix=`<command>tde-config</command> --prefix` --enable-debug=full</userinput></screen>
<para>Now compile and install the program as stated <link linkend="appendix_compilation">before</link>. If you do not want to
install but only debug the newly compiled program, you may execute &smb4k; from
within the source code directory. Change into the <filename role="directory">smb4k</filename> subdirectory and run:</para>