diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:23:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:23:32 -0600 |
commit | 6900bcc35b3337d78baa150cf6a90a4b4b55c49f (patch) | |
tree | d9e880a0146dec12d43ea06f6f2987b87b699eed /FAQ | |
parent | b8ce5bb14b83959172027f53d63564c361efe32d (diff) | |
download | smb4k-6900bcc35b3337d78baa150cf6a90a4b4b55c49f.tar.gz smb4k-6900bcc35b3337d78baa150cf6a90a4b4b55c49f.zip |
Rename kde-config to tde-config
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,7 +53,7 @@ A: Most likely, you installed Smb4K to the wrong place. To correct this, Now, reconfigure the source by passing the '--prefix=PREFIX' option to the configure script: - $ ./configure --prefix=`kde-config --prefix` + $ ./configure --prefix=`tde-config --prefix` Afterwards, compile and install it: @@ -74,7 +74,7 @@ A: If you want to be able to uninstall Smb4K easily, you might want to use Configuration, compilation and installation using checkinstall will work like this (see also above): - $ ./configure --prefix=`kde-config --prefix` && make && su -c "checkinstall" + $ ./configure --prefix=`tde-config --prefix` && make && su -c "checkinstall" Q: The configure script fails and tells me, it can't find my Qt |