From 6900bcc35b3337d78baa150cf6a90a4b4b55c49f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 26 Feb 2012 14:23:32 -0600 Subject: Rename kde-config to tde-config --- doc/en/index.docbook | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/en/index.docbook') 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 /usr/bin/ld: cannot find -lsmb4kcore libtool: install: error: relink `libsmb4kwidgets.la´ with the above command before installing it Solution: One possibility to avoid this failure is to enable the building of static libraries during configuration: -$ ./configure --prefix=`kde-config --prefix` --enable-static +$ ./configure --prefix=`tde-config --prefix` --enable-static This will convert the error into a warning and the installation will succeed. @@ -4917,7 +4917,7 @@ libtool: install: error: relink `libsmb4kwidgets.la´ with the above command bef $ make distclean in the meantime. Reconfigure the source by passing the option to the configure script: -$ ./configure --prefix=`kde-config --prefix` +$ ./configure --prefix=`tde-config --prefix` Compile and install &smb4k; (see also here): $ make && su -c "make install" &smb4k; will be installed to the right path and everything should work fine. @@ -5271,7 +5271,7 @@ display charset = VAL3 This section describes a full installation of &smb4k;. Please note that you might have to adjust the ./configure command to match the installation paths of your distribution (e.g. Debian, Ubuntu). Change into the root directory of the source code: $ cd smb4k-x.x.x (Replace x.x.x with the version number) -Configure the source code with at least the following command: $ ./configure --prefix=`kde-config --prefix` Several more options can be added. Run $ ./configure --help to find out which ones are available. +Configure the source code with at least the following command: $ ./configure --prefix=`tde-config --prefix` Several more options can be added. Run $ ./configure --help to find out which ones are available. Compile the source code: $ make Install the application. For that, become root $ su and run $ make install 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 $ checkinstall instead. @@ -5279,7 +5279,7 @@ display charset = VAL3 Installation without Konqueror Plugin If you are not interested in the &konqueror; plugin that comes with &smb4k;, you should configure the source code as follows: -$ ./configure --prefix=`kde-config --prefix` --without-konqplugin +$ ./configure --prefix=`tde-config --prefix` --without-konqplugin The procedure to compile and install the application is the same as mentioned above. @@ -5287,7 +5287,7 @@ The procedure to compile and install the application is the same as mentioned ab Debugging the Source Code 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 Compilation and Installation section except that you need to modify the configure command slightly: -$ ./configure --prefix=`kde-config --prefix` --enable-debug=full +$ ./configure --prefix=`tde-config --prefix` --enable-debug=full Now compile and install the program as stated before. 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 smb4k subdirectory and run: -- cgit v1.2.1