summaryrefslogtreecommitdiffstats
path: root/README
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 /README
parentb8ce5bb14b83959172027f53d63564c361efe32d (diff)
downloadsmb4k-6900bcc35b3337d78baa150cf6a90a4b4b55c49f.tar.gz
smb4k-6900bcc35b3337d78baa150cf6a90a4b4b55c49f.zip
Rename kde-config to tde-config
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 4fa224f..88d82d5 100644
--- a/README
+++ b/README
@@ -92,7 +92,7 @@ Compilation and Installation
$ cd smb4k-x.x.x
(Replace x.x.x with the version number)
2. Configure the source code with at least the following command
- $ ./configure --prefix=`kde-config --prefix`
+ $ ./configure --prefix=`tde-config --prefix`
Several more options can be added. Run
$ ./configure --help
to find out which ones are available.
@@ -112,7 +112,7 @@ Compilation and Installation
Those of you, who do not use KDE or who do not wish to install the Konqueror
plugin, should run this configure command
- $ ./configure --prefix=`kde-config --prefix` --without-konqplugin
+ $ ./configure --prefix=`tde-config --prefix` --without-konqplugin
instead of the one mentioned above and else proceed as described.
Additional information about compiling and installing the software is available
@@ -124,7 +124,7 @@ If you experience crashes or similar and want to debug the source code yourself,
compile the source code with debugging symbols. The procedure is similar to the
one described in the "Compilation and Installation" section above 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 above. 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: